declare enum LocalStorageKeyEnum { ORGANIZATION_INFORMATION = "organizationInformation", CURRENT_ACCOUNT = "currentAccount" } declare enum CurrentAccountType { PERSONAL_ACCOUNT = "personalAccount", ENTERPRISE_ACCOUNT = "enterpriseAccount" } export { LocalStorageKeyEnum, CurrentAccountType }; //# sourceMappingURL=localstorage-key-enum.d.ts.map