export * from './lib'; declare const _default: { resample_ohlcv: (ohlcvData: import("./types").IOHLCV[] | import("./types").OHLCV[], { baseTimeframe, newTimeframe }: { baseTimeframe: number; newTimeframe: number; }) => import("./types").IOHLCV[] | import("./types").OHLCV[]; array: (ohlcvData: import("./types").IOHLCV[] | import("./types").OHLCV[], { baseTimeframe, newTimeframe }: { baseTimeframe: number; newTimeframe: number; }) => import("./types").IOHLCV[] | import("./types").OHLCV[]; json: (ohlcvData: import("./types").IOHLCV[] | import("./types").OHLCV[], { baseTimeframe, newTimeframe }: { baseTimeframe: number; newTimeframe: number; }) => import("./types").IOHLCV[] | import("./types").OHLCV[]; trade_to_candle: (tickData: import("./types").TradeTick[], { timeframe, includeLatestCandle, fillGaps }?: { timeframe?: number | undefined; includeLatestCandle?: boolean | undefined; fillGaps?: boolean | undefined; }) => import("./types").IOHLCV[]; tick_chart: (tickData: import("./types").TradeTick[], { tickCount }?: { tickCount?: number | undefined; }) => import("./types").IOHLCV[]; }; export default _default;