export function suiteNeedsIsolation(tests: TestCollection): boolean
export type TestCollection = Test[] | (Record<string, unknown> & TestsWithHooks)
//# sourceMappingURL=suiteNeedsIsolation.d.ts.map
