import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { CreateSecondarySubnetRequest, CreateSecondarySubnetResult, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface CreateSecondarySubnetCommandInput extends CreateSecondarySubnetRequest {} export interface CreateSecondarySubnetCommandOutput extends CreateSecondarySubnetResult, __MetadataBearer {} declare const CreateSecondarySubnetCommand_base: { new ( input: CreateSecondarySubnetCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateSecondarySubnetCommandInput, CreateSecondarySubnetCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateSecondarySubnetCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateSecondarySubnetCommandInput, CreateSecondarySubnetCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateSecondarySubnetCommand extends CreateSecondarySubnetCommand_base { protected static __types: { api: { input: CreateSecondarySubnetRequest; output: CreateSecondarySubnetResult; }; sdk: { input: CreateSecondarySubnetCommandInput; output: CreateSecondarySubnetCommandOutput; }; }; }