import { getCandleStartDate } from '../../helpers/api'; export declare function downloadHistoricalData(symbol: string, data: { interval: string; startDate: number | string | Date; endDate: number | string | Date; downloadIsMandatory?: boolean; }): Promise; export { getCandleStartDate };