import { IOHLCV } from 'candlestick-convert';
export declare function ticksToIOCHLV(_ticks: [number, number][]): IOHLCV[];
