export interface MapContractParameterDefinition extends ContractParameterDefinitionBase { readonly type: 'Map'; }