import type { GetAwsChunkedEncodingStreamOptions } from "@smithy/types"; import { Readable } from "node:stream"; /** * @internal */ export declare function getAwsChunkedEncodingStream(stream: Readable, options: GetAwsChunkedEncodingStreamOptions): Readable; /** * @internal */ export declare function getAwsChunkedEncodingStream(stream: ReadableStream, options: GetAwsChunkedEncodingStreamOptions): ReadableStream;