/** * Strict JSON formatter. One line per record. Used by file transports and the * SSE broadcast. */ import type { LogRecord } from "../types.js"; export declare function formatJson(record: LogRecord): string; //# sourceMappingURL=json.d.ts.map