export declare const configFilePath: () => string; export declare function readJsonFile(path: string): T; export declare const replacePasswordInObject: (obj: Record, useValue?: string) => void;