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