export declare class NoopStorage implements Storage { [name: string]: any; length: number; clear(): void; getItem(key: string): string | null; key(index: number): string | null; removeItem(key: string): void; setItem(key: string, value: string): void; } //# sourceMappingURL=NoopStorage.d.ts.map