/**
 * Which crypto exchange to pull the data from. Alpaca currently supports `ERSX`, `CBSE`
 */
export declare enum crypto_exchange {
    ERSX = "ERSX",
    CBSE = "CBSE"
}
