/**
 * Logs the failure message from the stdout of an error.
 */
export declare const logStdoutFailMessage: (error: any, fileName: string) => string;
