import * as pathToRegexp from 'next/dist/compiled/path-to-regexp';
export { pathToRegexp };
declare const _default: (customRoute?: boolean) => (path: string) => (pathname: string | null | undefined, params?: any) => any;
export default _default;
