import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ElasticLoadBalancingV2Client"; import { SetSubnetsInput, SetSubnetsOutput } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface SetSubnetsCommandInput extends SetSubnetsInput {} export interface SetSubnetsCommandOutput extends SetSubnetsOutput, __MetadataBearer {} declare const SetSubnetsCommand_base: { new ( input: SetSubnetsCommandInput ): import("@smithy/smithy-client").CommandImpl< SetSubnetsCommandInput, SetSubnetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: SetSubnetsCommandInput ): import("@smithy/smithy-client").CommandImpl< SetSubnetsCommandInput, SetSubnetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class SetSubnetsCommand extends SetSubnetsCommand_base { protected static __types: { api: { input: SetSubnetsInput; output: SetSubnetsOutput; }; sdk: { input: SetSubnetsCommandInput; output: SetSubnetsCommandOutput; }; }; }