export declare function getStore(key: string): any; export declare function setStore(key: string, value: any): void; export declare function removeStore(key: string): void; export declare function clearStore(): void; export declare function getSessionStore(key: string): any; export declare function setSessionStore(key: string, value: any): void; export declare function removeSessionStore(key: string): void; export declare function clearSessionStore(): void; declare const _default: { getStore: typeof getStore; setStore: typeof setStore; removeStore: typeof removeStore; clearStore: typeof clearStore; getSessionStore: typeof getSessionStore; setSessionStore: typeof setSessionStore; removeSessionStore: typeof removeSessionStore; clearSessionStore: typeof clearSessionStore; }; export default _default;