import { type NormalizedOption, type Candle } from "./interfaces.js";
declare function setCandleHalving(opt: NormalizedOption, candle: Candle): void;
export default setCandleHalving;
//# sourceMappingURL=candle.setHalving.d.ts.map