import type { ReportToHeaderOptions } from "./types"; export declare function buildReportToHeader(options: ReportToHeaderOptions): string;