import type { JestEnvironment } from "@jest/environment";
declare const createJestEnvironment: <T extends typeof JestEnvironment>(Base: T) => T;
export { createJestEnvironment };
