import type { JestEnvironment } from '@jest/environment';
declare const STRYKER_JEST_ENV: unique symbol;
export declare function mixinJestEnvironment<T extends typeof JestEnvironment>(JestEnvironmentClass: T & {
    [STRYKER_JEST_ENV]?: true;
}): T;
export {};
//# sourceMappingURL=mixin-jest-environment.d.cts.map