/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
export declare function isUrlPathEqual(path: any, link: any): boolean;
export declare function isUrlPathContain(path: any, link: any): boolean;
export declare function getPathPartOfUrl(url: any): string;
export declare function getFragmentPartOfUrl(url: string): string;
export declare function isFragmentEqual(path: string, fragment: string): boolean;
export declare function isFragmentContain(path: string, fragment: string): boolean;
