export interface BooleanContractParameterDefinition extends ContractParameterDefinitionBase { readonly type: 'Boolean'; }