import type { RouteParams } from "./types.js"; export { isDynamicRoute } from "../../utils/route-path-utils.js"; export declare function extractParams(pattern: string, slug: string): RouteParams | null; export declare function matchesPattern(pattern: string, slug: string): boolean; //# sourceMappingURL=dynamic-route-matcher.d.ts.map