import type { DeterministicResolver } from '../engine/resolver.js'; import type { RunState } from '../engine/types.js'; import type { SkillPackage } from '../skill/types.js'; export declare const NATIVE_RUNTIME_PACKAGE: SkillPackage; export declare const NATIVE_RUNTIME_HASH: string; export declare const NATIVE_LEGACY_RUNTIME_IDENTITIES: readonly [{ readonly skillVersion: "3"; readonly skillHash: string; }, { readonly skillVersion: "2"; readonly skillHash: string; }, { readonly skillVersion: "1"; readonly skillHash: string; }]; /** Older active Native Runs may continue when only the compatible iteration budget changed. */ export declare function isCompatibleNativeRuntimeIdentity(run: Pick): boolean; export declare const nativePhaseResolver: DeterministicResolver; //# sourceMappingURL=native-runtime-package.d.ts.map