import type { RouteConfig } from './Route/RouteConfig'; /** * Returns the tail of a pathname groups object. This is the match from a * wildcard at the end of a pathname pattern, like `/foo/*` */ export declare const getTailGroup: (groups: Record) => string | undefined; export declare const getPattern: (route: RouteConfig) => { path: string; reg: RegExp; }; //# sourceMappingURL=Utils.d.ts.map