UNPKG

382 BTypeScriptView Raw
1import { EndpointBearer, RequestSerializer, SerializeMiddleware } from "@aws-sdk/types";
2import type { V1OrV2Endpoint } from "./serdePlugin";
3export declare const serializerMiddleware: <Input extends object, Output extends object, RuntimeUtils extends EndpointBearer>(options: V1OrV2Endpoint, serializer: RequestSerializer<any, RuntimeUtils>) => SerializeMiddleware<Input, Output>;