export declare const BASE_APIS: { GET_SESSION: string; GET_SECRET: string; }; export declare const STORAGE_KEYS: { SECRET: string; }; export declare const ENV_CONFIG: { pre: { gw: string; }; online: { gw: string; }; };