export interface LoggerConfig {
    logsDir?: string;
    rotation?: "daily" | "monthly" | "yearly";
    development?: boolean;
}
//# sourceMappingURL=LoggerConfig.d.ts.map