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