import { TaskContext, TaskResult } from './types'; export declare function runJest(taskContext: TaskContext): Promise;