export declare function setItem(key?: string, value?: boolean | number | string | object | null): void;
