/**
 * A comma separated list of which crypto exchanges to pull the data from. Alpaca currently supports `ERSX`, `CBSE`
 */
export declare type crypto_exchanges = string;
