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