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