declare const set: (callback: (props: any) => any) => void; declare const get: () => { [key: string]: any; }; declare const clear: () => {}; export { get, set, clear };