/**
 * Remove new line characters and escape backticks from a log message.
 *
 * Also truncates the log message to a maximum length.
 */
export declare function escapeLog(log: string | undefined, maxLength?: number): string;
