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