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