import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PeerVpcRequest, PeerVpcResult } from "../models/models_1"; export { __MetadataBearer }; export interface PeerVpcCommandInput extends PeerVpcRequest {} export interface PeerVpcCommandOutput extends PeerVpcResult, __MetadataBearer {} declare const PeerVpcCommand_base: { new ( input: PeerVpcCommandInput, ): import("@smithy/core/client").CommandImpl< PeerVpcCommandInput, PeerVpcCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [PeerVpcCommandInput] ): import("@smithy/core/client").CommandImpl< PeerVpcCommandInput, PeerVpcCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class PeerVpcCommand extends PeerVpcCommand_base { protected static __types: { api: { input: {}; output: PeerVpcResult; }; sdk: { input: PeerVpcCommandInput; output: PeerVpcCommandOutput; }; }; }