import { CandleStickAdaptorResult } from "./types"; export declare const parseCandleStickData: (candleArray?: never[]) => CandleStickAdaptorResult[];