import { SyncAdapter } from '../../core/Low.js'; export declare class WebStorage implements SyncAdapter { #private; constructor(key: string, storage: Storage); read(): T | null; write(obj: T): void; }