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