/** * Prints the result of writing a baseline file to the console. * @param entryCount The number of entries written to the baseline * @param filePath The absolute path to the baseline file that was written * @returns void */ export declare function printBaselineWritten(entryCount: number, filePath: string): void; /** * Prints an error that occurred while writing the baseline file. * @param message The error message to print * @returns void */ export declare function printBaselineError(message: string): void; //# sourceMappingURL=printBaseline.d.ts.map