import { Instrument } from '@quantform/core'; export declare function watchTrades(instrument: Instrument): import("rxjs").Observable<{ timestamp: number; instrument: Instrument; price: import("@quantform/core").decimal; size: import("@quantform/core").decimal; side: string; hash: string; tid: number; users: string[]; }>; export declare function hash(instrument: Instrument): (string | Instrument)[]; //# sourceMappingURL=watch-trades.d.ts.map