import { FuturesChartCandle } from './types'; export declare function candlesToTypedArray(candles: FuturesChartCandle[]): Float64Array;