/** * Adds beginning of input (^) and end of input ($) assertions if needed into a regex string * @param {string} matcher the string to match * @returns {string} */ export function makeExactMatcher(matcher: string): string; //# sourceMappingURL=exact-match.d.ts.map