import { type CtrfReport } from '../types/ctrf';
import { type Arguments } from './index';
export declare function generateConsolidatedSummary(report: CtrfReport, model: string, args: Arguments, customUrl?: string): Promise<void>;
