import type { ConnectionOptions } from '../config';
export declare function parseConnectionString(connectionString: string): ConnectionOptions;
