import type { ECMASyntaxError, EcmaVersion, SyntaxErrorKey } from './types.js'; export declare function printErrors(errors: ECMASyntaxError[], ecmaVersion: EcmaVersion, excludeErrorLogs: SyntaxErrorKey[]): void;