export declare function get(key: string, defaultValue: T): T; export declare function set(key: string, json: T): boolean;