/** * Convert a wildcard pattern into a safe regular expression that only * treats asterisks as wildcards while escaping all other regex metacharacters. */ export declare function wildcardToSafeRegex(pattern: string): RegExp; //# sourceMappingURL=wildcardToSafeRegex.d.ts.map