type ValidDataTypes = string | boolean | number | null | undefined | { toString(): string; }; export declare function buildConnectionString(data: Record): string; export {}; //# sourceMappingURL=index.d.ts.map