export declare const set: (key: string, data: any) => void; export declare const get: (key: string) => any;