/** * @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;