import { taskEither } from 'fp-ts'; import type { TaskEither } from 'fp-ts/TaskEither'; import type { StackType, StackWithEnv } from '../type'; import type { Suite } from './util'; export declare const runSuiteWithConfig: ({ stack, getTestEnv, }: { readonly stack: StackWithEnv; readonly getTestEnv: taskEither.TaskEither<{ readonly capability: 'test.getTestEnv'; }, T["env"]>; }) => ({ suite }: { readonly suite: Suite; }) => void; export * as functions from './functions'; export * as independence from './independence'; export * as capability from './stack'; export * from './util'; //# sourceMappingURL=index.d.ts.map