import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { CreateNatGatewayRequest, CreateNatGatewayResult, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface CreateNatGatewayCommandInput extends CreateNatGatewayRequest {} export interface CreateNatGatewayCommandOutput extends CreateNatGatewayResult, __MetadataBearer {} declare const CreateNatGatewayCommand_base: { new ( input: CreateNatGatewayCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateNatGatewayCommandInput, CreateNatGatewayCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [CreateNatGatewayCommandInput] ): import("@smithy/smithy-client").CommandImpl< CreateNatGatewayCommandInput, CreateNatGatewayCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateNatGatewayCommand extends CreateNatGatewayCommand_base { protected static __types: { api: { input: CreateNatGatewayRequest; output: CreateNatGatewayResult; }; sdk: { input: CreateNatGatewayCommandInput; output: CreateNatGatewayCommandOutput; }; }; }