export declare const constants: { TUYA_GITLAB_TOKEN: string; tuyaworksrc: string; tuyaworks: string; LOGIN_SSOTOKEN: string; }; export default constants; export declare type IStoreKey = keyof typeof constants;