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