/** * Pilot: Neo4j per-instance fan-out cluster (#555, epic #551). * * Exercises the fan-out axis: one component composing N per-instance * mini-compositions (`cfn-deploy` + `code-deploy` + a health wait), seeded * first, then rolled through the remaining instances one at a time behind a * `wait-cluster-healthy` gate. See composition-and-wiring.mdx#fan-out-is-composition-not-orchestrator-knowledge. * * The JSON projection of this pilot is authoritative at * ../__fixtures__/neo4j-fanout.json (already schema-validated by * component-schema.test.ts) — this module is the real typed `Component` * authoring form (#560, ../component.ts) that composes to that same * document; see ./pilots.test.ts, which asserts the two never diverge. */ import type { Component } from "../component.js"; export declare const neo4jCluster: Component; //# sourceMappingURL=neo4j-fanout.pilot.d.ts.map