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