/** * Parse a key=value file into a record. * Lines starting with # are comments. Empty lines are skipped. * Only the first "=" is used as the delimiter (values can contain "="). */ export declare function parseKeyValueContent(content: string): Record; //# sourceMappingURL=key-value.d.ts.map