import { ChartDataResponse, QueryContext } from '../../types'; export declare const getChartData: { (payload: QueryContext, { client }?: import("./types").SupersetApiRequestOptions): Promise; method: string | undefined; endpoint: string; requestType: "json" | "form" | "search" | "rison"; }; declare const _default: { getChartData: { (payload: QueryContext, { client }?: import("./types").SupersetApiRequestOptions): Promise; method: string | undefined; endpoint: string; requestType: "json" | "form" | "search" | "rison"; }; }; /** * All v1 API */ export default _default; //# sourceMappingURL=index.d.ts.map