/** * data-home 诊断日志:无 query/path/正文,超限轮换。 */ /** * 诊断日志路径。 */ export declare function resolveDiagnosticLogPath(dataHome?: string): string; /** * 追加一行诊断(失败静默)。 */ export declare function appendDiagnostic(line: string, dataHome?: string): void; /** * 超过上限则轮换为 .1。 */ export declare function rotateIfNeeded(filePath: string, maxBytes?: number): void; //# sourceMappingURL=log-rotate.d.ts.map