export declare function extractCustomComponentPath(basePath: string, // basePath without leading and trailing slashes. url: string): string | null; export declare function getParentPath(pathname: string): string; export declare function getRelativePath(baseHost: string, basePathname: string, url: URL): string | null;