import type { LintedResource, LintReport } from "./rule.js"; export declare const print: (resource: LintedResource) => void; export declare const printReport: (report: LintReport, methodOverride?: "info" | "warn" | "error") => void; //# sourceMappingURL=output.d.ts.map