import { ThreadOptions } from '../thread'; export declare function runMocha(file: string, options: ThreadOptions, debugSubprocess: boolean): void;