import { SdkStream } from"@smithy/types";
import { Readable } from"stream";
/**
* The function that mixes in the utility functions to help consuming runtime-specific payload stream.
*
* @internal
*/exportdeclareconstsdkStreamMixin: (stream: unknown) =>SdkStream<Readable>;