import type { ProcessLogger } from "./types"; export interface WorkDirLeakWarning { runDir: string; workDir: string; entries: string[]; } export declare function checkRunWorkDirLeak(runDir: string, logger: ProcessLogger | undefined, phase: string): Promise; //# sourceMappingURL=workDirLeak.d.ts.map