///
import { RosbagRecord, RosbagRecordConstructor } from "./record";
/**
* Given a buffer parses out the record within the buffer
* based on the opcode type bit.
*/
export declare function parseHeader(buffer: Buffer, Cls: RosbagRecordConstructor): Record;
//# sourceMappingURL=header.d.ts.map