import { IKeyObjectValue } from '../components/editor/type'; export declare function getKlineData(params: IKeyObjectValue): Promise; export declare const requestFuturesData: (params: IKeyObjectValue) => Promise<{ data: { [x: string]: { list: any; total: any; timestamp: string; session_display: any; timezone: any; tick_size: any; point_size: any; server_time: number; klineBaseList: any; begin: any; }; }; }>;