import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ApiGatewayV2Client"; import { CreateDeploymentRequest, CreateDeploymentResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {} export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse, __MetadataBearer {} declare const CreateDeploymentCommand_base: { new ( input: CreateDeploymentCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateDeploymentCommandInput, CreateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateDeploymentCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateDeploymentCommandInput, CreateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base { protected static __types: { api: { input: CreateDeploymentRequest; output: CreateDeploymentResponse; }; sdk: { input: CreateDeploymentCommandInput; output: CreateDeploymentCommandOutput; }; }; }