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