export declare const isSupported: boolean;
export declare function getItem(k: string): string | null | undefined;
export declare function setItem(k: string, v: string): void;
export declare function removeItem(k: string): void;
