export declare function updateConfigFile(filePath: string, newConfig: Record): Promise; export declare const _dirname: string; export declare const helpers: Helpers; declare interface Helpers { _dirname: string updateConfigFile: (filePath: string, newConfig: Record) => Promise }