export declare const getRelativePath: (pathA: string[], pathB: string[]) => string;
