export interface AnyContractParameterDefinition extends ContractParameterDefinitionBase { readonly type: 'Any'; }