export declare function set(key: string, value: string): void; export declare function get(key: string): string | undefined; export declare function del(key: string): void; //# sourceMappingURL=storage.d.ts.map