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