import type { BaseConnection, SessionConfig } from "./BaseConnection"; export declare function createConnection(config: SessionConfig): Promise;