import { Bp as Autocomplete } from "./index-BCMY4XCy.js"; import "./moduleManager-WB15hU3T.js"; //#region src/pathMatcher.d.ts type WithPathPatternWildcard = `${T & string}(.*)`; type PathPattern = Autocomplete; type PathMatcherParam = Array | RegExp | PathPattern; /** * Creates a function that matches paths against a set of patterns. * * @param patterns - A string, RegExp, or array of patterns to match against * @returns A function that takes a pathname and returns true if it matches any of the patterns */ declare const createPathMatcher: (patterns: PathMatcherParam) => (pathname: string) => boolean; //#endregion export { PathMatcherParam, PathPattern, WithPathPatternWildcard, createPathMatcher }; //# sourceMappingURL=pathMatcher.d.ts.map