import { IConnectionOptions } from "./IConnectionOptions"; export declare function CreateConnectionString(Connection: IConnectionOptions): string;