export declare function url(currentUrl: URL, path: string): string;
export declare function isActive(currentUrl: URL, path: string): boolean;
