import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../APIGatewayClient"; import { DeleteDeploymentRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteDeploymentCommandInput extends DeleteDeploymentRequest {} export interface DeleteDeploymentCommandOutput extends __MetadataBearer {} declare const DeleteDeploymentCommand_base: { new ( input: DeleteDeploymentCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteDeploymentCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base { protected static __types: { api: { input: DeleteDeploymentRequest; output: {}; }; sdk: { input: DeleteDeploymentCommandInput; output: DeleteDeploymentCommandOutput; }; }; }