/**
 * Inlined from @smithy/fetch-http-handler streamCollector.
 *
 * @internal
 */
export declare const streamCollector: (stream: Blob | ReadableStream) => Promise<Uint8Array>;
