/** * Split Payments Topic Definition * Defines the split-payments topic and its available event types. * * This topic mirrors render's `activeEntities.splitPayment` Redux slice. The * host (render) publishes the full current `CFSplitPayment` (or `null` when * reset) on every mutation and on the command-frame handshake so consumers * stay in sync without owning the underlying state. */ import type { TopicDefinition } from "../../types"; export declare const splitPaymentsTopic: TopicDefinition; export * from "./types";