import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UnpeerVpcRequest, UnpeerVpcResult } from "../models/models_1"; export { __MetadataBearer }; export interface UnpeerVpcCommandInput extends UnpeerVpcRequest {} export interface UnpeerVpcCommandOutput extends UnpeerVpcResult, __MetadataBearer {} declare const UnpeerVpcCommand_base: { new ( input: UnpeerVpcCommandInput, ): import("@smithy/core/client").CommandImpl< UnpeerVpcCommandInput, UnpeerVpcCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [UnpeerVpcCommandInput] ): import("@smithy/core/client").CommandImpl< UnpeerVpcCommandInput, UnpeerVpcCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UnpeerVpcCommand extends UnpeerVpcCommand_base { protected static __types: { api: { input: {}; output: UnpeerVpcResult; }; sdk: { input: UnpeerVpcCommandInput; output: UnpeerVpcCommandOutput; }; }; }