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