import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AttachLoadBalancerToSubnetsInput, AttachLoadBalancerToSubnetsOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface AttachLoadBalancerToSubnetsCommandInput extends AttachLoadBalancerToSubnetsInput {} export interface AttachLoadBalancerToSubnetsCommandOutput extends AttachLoadBalancerToSubnetsOutput, __MetadataBearer {} declare const AttachLoadBalancerToSubnetsCommand_base: { new ( input: AttachLoadBalancerToSubnetsCommandInput, ): import("@smithy/core/client").CommandImpl< AttachLoadBalancerToSubnetsCommandInput, AttachLoadBalancerToSubnetsCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AttachLoadBalancerToSubnetsCommandInput, ): import("@smithy/core/client").CommandImpl< AttachLoadBalancerToSubnetsCommandInput, AttachLoadBalancerToSubnetsCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AttachLoadBalancerToSubnetsCommand extends AttachLoadBalancerToSubnetsCommand_base { protected static __types: { api: { input: AttachLoadBalancerToSubnetsInput; output: AttachLoadBalancerToSubnetsOutput; }; sdk: { input: AttachLoadBalancerToSubnetsCommandInput; output: AttachLoadBalancerToSubnetsCommandOutput; }; }; }