export interface CollectionConfig { terminator: string; quotes: Record; } export interface ParserConfig { key: CollectionConfig; value: CollectionConfig; } export default function connectionStringParser(connectionString: string, parserConfig?: ParserConfig): Record; //# sourceMappingURL=connection-string-parser.d.ts.map