export declare const checkIsQueryPath: (path: string) => boolean; export declare const checkIsProcedurePath: (path: string) => boolean; export declare const parseQueryParams: (url: string) => Record; export declare const parsePath: (pathname: string) => string | null; //# sourceMappingURL=path-utils.d.ts.map