import { getCandles } from '../../helpers/prisma-historical-data'; import { MetaCandle } from '../../helpers/interfaces'; export declare function findHistoricalDataNames(): Promise; export declare function findHistoricalDataSets(): Promise; export declare function findHistoricalData(name: string): Promise; export { getCandles };