import { MiddlewareStack } from "@smithy/types";
export declare const constructStack: <Input extends object, Output extends object>() => MiddlewareStack<Input, Output>;
