import type { TestIsolationStrategy } from "./TestContext"; export declare const setupAsyncLeakDetector: () => void; export declare const setTestIsolationStrategy: (isolationStrategy: TestIsolationStrategy) => void; /** * Set up the Jest environment for testing a starscream application. * Run this once in your jest setup file at the top level. */ export declare const setup: () => void;