/** * Finix API */ export declare class DownloadInstrumentUpdateQueryParams { /** * Specify the format you\'d like to download the response in (JSON is the only other format available for download). */ 'format'?: string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }