export { DEFAULT_REQUEST_TIMEOUT, NodeHttpHandler, type NodeHttpHandlerOptions } from "./node-http-handler";
export { NodeHttp2Handler, type NodeHttp2HandlerOptions } from "./node-http2-handler";
export { streamCollector } from "@smithy/core/serde";
