import type * as vscode from "vscode"; export declare class Memento implements vscode.Memento { protected _storage: any; keys(): readonly string[]; get(key: string): T | undefined; get(key: string, defaultValue: T): T; update(key: string, value: any): Thenable; setKeysForSync(): void; } //# sourceMappingURL=memento.d.ts.map