import { BaseConnection } from '../types'; export declare const baseConnection: (connectionType: string) => BaseConnection;