import { type Options } from "./internal/parser.js";
import PathMatcher, { type ResolvedPattern } from "./internal/path-matcher.js";
export type { Options, ResolvedPattern };
export default PathMatcher;
