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