/** * Prints message when dotenv-diff.config.json is successfully loaded. * @param filePath The path to the loaded config file * @returns void */ export declare function printConfigLoaded(filePath: string): void; /** * Prints message when dotenv-diff.config.json fails to parse. * @param error The thrown error * @returns void */ export declare function printConfigLoadError(err: unknown): void; //# sourceMappingURL=printConfigStatus.d.ts.map