/**
 * Returns an object representing the exchanges we support. The keys are the short form codes you will see in our responses and the values are their respective full names.
 */
export declare type ExchangesResponse = Record<string, string>;
