/** * Price monitor: batching, reconciliation, per-position DSL ticks and exchange SL sync. */ export type { PriceMonitorOptions } from "./create-monitor.js"; export { createPriceMonitor } from "./create-monitor.js"; //# sourceMappingURL=index.d.ts.map