import { type BehavioralDiff, type BehavioralBaseline } from '../../baseline/index.js'; /** * Format a diff using the requested output format. */ export declare function formatDiffOutput(diff: BehavioralDiff, format: string, baselinePath: string): string; /** * Format check-only output when no baseline is provided. */ export declare function formatCheckResults(baseline: BehavioralBaseline, format: string): string | null; //# sourceMappingURL=check-formatters.d.ts.map