/** There must be no more than one document record per system file. Document records must follow the variable records and precede the dictionary termination record. */ export declare class DocumentRecord { n_lines: number; lines: string[]; static read(reader: any): Promise; }