export declare const STORAGE_KEYS: { readonly AUTH_TOKEN: "auth_token"; readonly USER: "user"; }; export type StorageKey = (typeof STORAGE_KEYS)[keyof typeof STORAGE_KEYS]; //# sourceMappingURL=storage-keys.d.ts.map