export declare function getConfig(): any;
export declare function setConfig(newConfig: any): void;
export declare function readConfig(): void;
export declare const saveConfig: (config: any) => void;
