import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../APIGatewayClient"; import { DeleteVpcLinkRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteVpcLinkCommandInput extends DeleteVpcLinkRequest {} export interface DeleteVpcLinkCommandOutput extends __MetadataBearer {} declare const DeleteVpcLinkCommand_base: { new ( input: DeleteVpcLinkCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput, APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteVpcLinkCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput, APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteVpcLinkCommand extends DeleteVpcLinkCommand_base { protected static __types: { api: { input: DeleteVpcLinkRequest; output: {}; }; sdk: { input: DeleteVpcLinkCommandInput; output: DeleteVpcLinkCommandOutput; }; }; }