import * as stream from "node:stream";
import type { RotateOutputPathGenerator } from "./types.js";
export declare function createFileOutput(nonRotateOutputPath: string, rotateSize: string | undefined, rotateOutputPathGenerator: RotateOutputPathGenerator): Promise<stream.Writable>;