export declare const STORAGE_KEY: { ACCESS_TOKEN: string; ID_TOKEN: string; USER_PROFILE: string; REFRESH_TOKEN: string; }; export declare const VERSION: string;