import { compile, match, parse } from 'path-to-regexp'; export declare const PathRegExp: { compile: typeof compile; match: typeof match; parse: typeof parse; };