export declare function setItem(key: string, value: string): void;
export declare function removeItem(key: string): void;
export declare function getItem(key: string, callback: Function): void;
