import type { Effect } from "effect"; import type { ActionMap } from "./driver/types.js"; import type { QuintRunOptions } from "./runner/runner.js"; export { quintTest } from "./vitest-simple.js"; export declare const quintIt: , E>(itEffect: (name: string, fn: () => Effect.Effect, options?: { readonly timeout?: number; }) => void, name: string, opts: QuintRunOptions, timeout?: number | undefined) => void; //# sourceMappingURL=vitest.d.ts.map