export declare function PathMatch(path: string, url: string): boolean; export declare function PathFrom(from: string, to: string): string;