import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ApiGatewayV2Client"; import { GetVpcLinkRequest, GetVpcLinkResponse } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetVpcLinkCommandInput extends GetVpcLinkRequest {} export interface GetVpcLinkCommandOutput extends GetVpcLinkResponse, __MetadataBearer {} declare const GetVpcLinkCommand_base: { new ( input: GetVpcLinkCommandInput ): import("@smithy/smithy-client").CommandImpl< GetVpcLinkCommandInput, GetVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetVpcLinkCommandInput ): import("@smithy/smithy-client").CommandImpl< GetVpcLinkCommandInput, GetVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetVpcLinkCommand extends GetVpcLinkCommand_base { protected static __types: { api: { input: GetVpcLinkRequest; output: GetVpcLinkResponse; }; sdk: { input: GetVpcLinkCommandInput; output: GetVpcLinkCommandOutput; }; }; }