import { AbstractStore } from "../utils/AbstractStore"; import { BaseRunnerDirsInterface } from "../runMilieu/BaseRunnerDirsInterface"; export declare class RunnerDirsCollection extends AbstractStore { static safePrepare(callback: (collection: RunnerDirsCollection) => any): RunnerDirsCollection; cleanUpFakeDirs(): void; } //# sourceMappingURL=RunnerDirsCollection.d.ts.map