Constimport { Sync } from "backtest-kit";
const stats = await Sync.getData("BTCUSDT", { strategyName: "my-strategy", exchangeName: "binance", frameName: "1h" });
const report = await Sync.getReport("BTCUSDT", { strategyName: "my-strategy", exchangeName: "binance", frameName: "1h" });
await Sync.dump("BTCUSDT", { strategyName: "my-strategy", exchangeName: "binance", frameName: "1h" });
Global singleton instance of SyncUtils. Provides static-like access to signal sync reporting methods.