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