export declare function load(key: string, fallback: T): T; export declare function save(key: string, value: T): void; export declare function remove(key: string): void;