import { EndpointParameterInstructions } from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "./AutoScalingClient"; export declare const command: ( added: EndpointParameterInstructions, plugins: ( CommandCtor: any, clientStack: any, config: any, options: any, ) => import("@smithy/types").Pluggable[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record, ) => { new ( input: I, ): import("@smithy/core/client").CommandImpl< I, O, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: import("@smithy/types").OptionalParameter ): import("@smithy/core/client").CommandImpl< I, O, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): EndpointParameterInstructions; }; export declare const _ep0: EndpointParameterInstructions; export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];