export interface SignatureContractParameterDefinition extends ContractParameterDefinitionBase { readonly type: 'Signature'; }