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