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