import type { Logform } from 'winston'; /** Winston log format for production with structured JSON output and timestamps. */ export declare const logFormatStructured: Logform.Format; //# sourceMappingURL=logFormatStructured.d.ts.map