import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AttachLoadBalancerTargetGroupsResultType, AttachLoadBalancerTargetGroupsType, } from "../models/models_0"; export { __MetadataBearer }; export interface AttachLoadBalancerTargetGroupsCommandInput extends AttachLoadBalancerTargetGroupsType {} export interface AttachLoadBalancerTargetGroupsCommandOutput extends AttachLoadBalancerTargetGroupsResultType, __MetadataBearer {} declare const AttachLoadBalancerTargetGroupsCommand_base: { new ( input: AttachLoadBalancerTargetGroupsCommandInput, ): import("@smithy/core/client").CommandImpl< AttachLoadBalancerTargetGroupsCommandInput, AttachLoadBalancerTargetGroupsCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AttachLoadBalancerTargetGroupsCommandInput, ): import("@smithy/core/client").CommandImpl< AttachLoadBalancerTargetGroupsCommandInput, AttachLoadBalancerTargetGroupsCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AttachLoadBalancerTargetGroupsCommand extends AttachLoadBalancerTargetGroupsCommand_base { protected static __types: { api: { input: AttachLoadBalancerTargetGroupsType; output: {}; }; sdk: { input: AttachLoadBalancerTargetGroupsCommandInput; output: AttachLoadBalancerTargetGroupsCommandOutput; }; }; }