export declare const getItem: <T>(key: string) => T;
export declare const setItem: (key: string, value: any) => void;
