export declare class DirFactory {
    static create(dir: string, cb?: () => void): void;
}
