import { RunnerDirInterface } from "./RunnerDirInterface"; export declare class ExternalRunnerDir implements RunnerDirInterface { readonly dirPath: string; constructor(dirPath: string); get existingDirPath(): string | undefined; } //# sourceMappingURL=ExternalRunnerDir.d.ts.map