export declare const removeFoldersFromPaths: (paths: string[], foldersToRemove: string[]) => string[];
