import { PathFunction, ParamData } from './pathToRegexp.js'; import { ShortenPath } from './pathTypes.js'; export declare function getUrlBase(path: string): PathFunction; export declare function getUrlTokens(path: string): Set; export declare function getPathRegex(path: string): RegExp; export declare function isPojo(obj: unknown): obj is Record; export declare function shortenPath(path: S): ShortenPath; //# sourceMappingURL=RestHelpers.d.ts.map