import type { WorkflowWritableStreamOptions } from '../step/writable-stream.js';
export declare function getWritable<W = any>(options?: WorkflowWritableStreamOptions): WritableStream<W>;
//# sourceMappingURL=writable-stream.d.ts.map