export declare class RR0FileUtil {
    static findDirectoriesContaining(fileName: string, exclude?: string): string[];
}
