export declare const state: Record<string, any>;
export declare function store(data: any, key: string, encrypt?: boolean): void;
