import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../AppRunnerClient"; import { DeleteVpcIngressConnectionRequest, DeleteVpcIngressConnectionResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteVpcIngressConnectionCommandInput extends DeleteVpcIngressConnectionRequest {} export interface DeleteVpcIngressConnectionCommandOutput extends DeleteVpcIngressConnectionResponse, __MetadataBearer {} declare const DeleteVpcIngressConnectionCommand_base: { new ( input: DeleteVpcIngressConnectionCommandInput ): import("@smithy/core/client").CommandImpl< DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteVpcIngressConnectionCommandInput ): import("@smithy/core/client").CommandImpl< DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteVpcIngressConnectionCommand extends DeleteVpcIngressConnectionCommand_base { protected static __types: { api: { input: DeleteVpcIngressConnectionRequest; output: DeleteVpcIngressConnectionResponse; }; sdk: { input: DeleteVpcIngressConnectionCommandInput; output: DeleteVpcIngressConnectionCommandOutput; }; }; }