default: {
    getItem(key: string): any;
    setItem(key: string, value: unknown): void;
}

Type declaration