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