import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteVPCConnectionRequest, DeleteVPCConnectionResponse, } from "../models/models_3"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteVPCConnectionCommandInput extends DeleteVPCConnectionRequest {} export interface DeleteVPCConnectionCommandOutput extends DeleteVPCConnectionResponse, __MetadataBearer {} declare const DeleteVPCConnectionCommand_base: { new ( input: DeleteVPCConnectionCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteVPCConnectionCommandInput, DeleteVPCConnectionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteVPCConnectionCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteVPCConnectionCommandInput, DeleteVPCConnectionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteVPCConnectionCommand extends DeleteVPCConnectionCommand_base { protected static __types: { api: { input: DeleteVPCConnectionRequest; output: DeleteVPCConnectionResponse; }; sdk: { input: DeleteVPCConnectionCommandInput; output: DeleteVPCConnectionCommandOutput; }; }; }