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 declarefunctionparseHeaderRecord(headerLine: string): HeaderRecord;