export declare const parsePathParams: (routePath: string) => string; export declare const normalizePath: (adminPath: string, rootPath: string) => string;