import { HeaderRecord } from '../types/header.js';
/**
 * Generates a fixed-width formatted string for a HeaderRecord.
 * @param header The HeaderRecord to format.
 * @returns A string formatted according to the SHAAM 6111 specification.
 */
export declare function generateHeaderRecord(header: HeaderRecord): string;
