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