import { AssetListResp } from './assetListResp'; export declare class ApiResponseAssetSwapListAssets { 'code': number; 'label'?: string; 'message': string; 'data': AssetListResp | null; 'timestamp': number; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }