export declare const ZH_CN: { PICBED_STARDOTS: string; PICBED_STARDOTS_KEY: string; PICBED_STARDOTS_SECRET: string; PICBED_STARDOTS_SPACE: string; PICBED_STARDOTS_API_CODE_100001: string; PICBED_STARDOTS_API_CODE_100009: string; PICBED_STARDOTS_API_CODE_100012: string; PICBED_STARDOTS_API_CODE_100014: string; PICBED_STARDOTS_API_CODE_100018: string; PICBED_STARDOTS_API_CODE_100019: string; PICBED_STARDOTS_API_CODE_100027: string; PICBED_STARDOTS_API_CODE_100030: string; }; export type ILocalesKey = keyof typeof ZH_CN; export type ILocales = typeof ZH_CN; export declare const EN: ILocales; export declare const ZH_TW: ILocales;