import type { FactoryEmulatorRuntimeReference } from "./runtime-reference.js"; /** * Factories and scenarios are executable inputs; expected evidence lives in a * separate immutable declaration so changing either input cannot recompute a * passing expectation. */ export declare const runtimeReferenceFixtures: readonly FactoryEmulatorRuntimeReference[];