import type { HttpTargetConfig } from "../types.js"; import type { AdapterConnectOptions, AdapterSession } from "./local-process.js"; export declare class HttpAdapter { connect(target: HttpTargetConfig, options?: AdapterConnectOptions): Promise; }