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