/** * In-code fixtures for evolution demo snapshots. * Designed for #346 to replace with DB seed later. * Snapshot copy: Issue #394 (answer-over-time Korean demo), #344 forgetting-policy */ import type { EvolutionDemoSnapshot } from './types.js'; export declare function getFixtureSnapshot(scenarioId: string, pointId: string): EvolutionDemoSnapshot | undefined; //# sourceMappingURL=store.d.ts.map