import { Connection, ConnectionData } from "./types/main.d";
export declare function connect(connectionData: ConnectionData): Connection;
