/** * Printed when the config file is successfully created * @param filePath - The path to the created config file * @returns void */ export declare function printInitSuccess(filePath: string): void; /** * Printed when config file already exists * @param filePath - The path to the existing config file * @returns void */ export declare function printInitExists(filePath: string): void; //# sourceMappingURL=printInitStatus.d.ts.map