export declare const get: (key: string) => any; export declare const set: (key: string, value: string) => string; export declare const del: (key: string) => void;