import { TradeTick, IOHLCV } from "../interfaces";
export declare const ticksToTickChart: (tradeData: TradeTick[], tickSize?: number) => IOHLCV[];
