import { type Static } from "@sinclair/typebox"; declare const oiTrackerConfigSchema: import("@sinclair/typebox").TObject<{ minDayVolume: import("@sinclair/typebox").TNumber; maxHistory: import("@sinclair/typebox").TNumber; }>; export type OiTrackerConfig = Static; export type { OiHistoryArtifact } from "../artifacts.js"; /** Infrastructure scanner that samples open-interest and writes the `oi-history` artifact. */ export declare function oiTrackerScanner(): import("../index.js").Scanner<{ minDayVolume: number; maxHistory: number; }, Record>; //# sourceMappingURL=oi-tracker.d.ts.map