export declare function get(key: string): Promise; export declare function set(key: string, session: string): Promise; export declare function remove(key: string): Promise;