declare const set: (key: string, value: string) => Promise; declare const get: (key: string) => Promise; export { get, set };