import type { Readable } from "node:stream";
export declare function writeFileStream(stream: Readable, options: {
    path: string;
}): Promise<void>;
