import { CrossexSpecialFee } from './crossexSpecialFee'; export declare class InlineResponse200 { 'exchangeType'?: string; 'spotMakerFee': string; 'spotTakerFee': string; 'futureMakerFee': string; 'futureTakerFee': string; 'specialFeeList': Array; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }