import { Writable } from "stream";
declare module "vitest" {
    interface ProvidedContext {
        cwd: string;
    }
}
export declare const runVitest: (opts: {
    path: string | undefined;
    cwd: string | undefined;
    testOutputWritable?: Writable;
    mode: "watch-for-file-changes" | "run-once-and-exit";
    scoreThreshold?: number;
}) => Promise<void>;
//# sourceMappingURL=run-vitest.d.ts.map