import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeVPCConnectionRequest, DescribeVPCConnectionResponse, } from "../models/models_4"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface DescribeVPCConnectionCommandInput extends DescribeVPCConnectionRequest {} export interface DescribeVPCConnectionCommandOutput extends DescribeVPCConnectionResponse, __MetadataBearer {} declare const DescribeVPCConnectionCommand_base: { new ( input: DescribeVPCConnectionCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeVPCConnectionCommandInput, DescribeVPCConnectionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DescribeVPCConnectionCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeVPCConnectionCommandInput, DescribeVPCConnectionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeVPCConnectionCommand extends DescribeVPCConnectionCommand_base { protected static __types: { api: { input: DescribeVPCConnectionRequest; output: DescribeVPCConnectionResponse; }; sdk: { input: DescribeVPCConnectionCommandInput; output: DescribeVPCConnectionCommandOutput; }; }; }