/** * Turn a list of extnames (*with* dots) into an expression. * * @param {ReadonlyArray} extnames * List of extnames. * @returns {RegExp} * Regex matching them. */ export function extnamesToRegex(extnames: ReadonlyArray): RegExp; //# sourceMappingURL=extnames-to-regex.d.ts.map