export { default } from "./genomeSpyBase.js"; /** * Events that are broadcasted to all views. */ export type BroadcastEventType = "dataFlowBuilt" | "layout" | "layoutComputed" | "subtreeDataReady"; //# sourceMappingURL=genomeSpy.d.ts.map