export declare enum xX_CkKeys {
    Authorization = "Authorization",
    token = "token",
    expired_ts = "expired_ts",
    access_key = "access_key",
    lang = "lang"
}
export declare enum xX_EntrustBaseType {
    LimitPrice = 1,
    MarketPrice = 2,
    Plan = 3
}
export declare enum xX_PlanStrategyValueType {
    __LimitPrice = 1,
    __MarketPrice = 2
}
export declare enum xX___CAreaTypeE {
    /**
     * 1 USDT  2 币本位  4 模拟区
     */
    BgGoldBase = 1,
    CoinBase = 2,
    Unknown = 3,
    Simulation = 4
}
//# sourceMappingURL=CEnum.d.ts.map