import { HeaderRecord } from '../types/index.js';
/**
 * Parses the header section of the report content
 * @param headerLine - The line containing header information
 * @returns A HeaderRecord object
 */
export declare function parseHeaderRecord(headerLine: string): HeaderRecord;
