/** @private The Export is only for unit tests */ export declare function getMatchPortion(from: string, to: string): string; export declare function getRelativePath(from: string, to: string): string;