import type { ErrorLocation } from '../errors.js'; export declare function normalizeLF(code: string): string; /** Generate a code frame from string and an error location */ export declare function codeFrame(source: string, loc: ErrorLocation): string; //# sourceMappingURL=printer.d.ts.map