export declare const MAX_ROTATING_RECORD_BYTES = 65536; /** Synchronously appends one complete NDJSON record, retaining active + .1 + .2. */ export declare function appendRotatingRecord(path: string, recordWithoutLf: string): boolean;