export declare const logToFile: (logsDir: string, rotation: "daily" | "monthly" | "yearly", level: string, message: string) => void;
//# sourceMappingURL=LogToFile.d.ts.map