import type { SimpleActionMap, SimpleRunOptions } from "./simple.js"; export declare const quintTest: (testFn: (name: string, fn: () => Promise, timeout?: number) => void, name: string, opts: SimpleRunOptions, timeout?: number | undefined) => void; //# sourceMappingURL=vitest-simple.d.ts.map