export declare const configstore: { get: (key: string) => any; set: (key: string, value: any) => void; clear: () => void; delete: (key: string) => void; };