export declare function fetchActionView({ actionViewName }: { actionViewName: any; }): Promise; export declare function fetchTypeChart({ chartName }: { chartName: string; }): Promise; export declare function fetchChartDataset({ chartName, parameter, context }: { chartName: any; parameter: any; context: any; }): Promise; export declare function getChartParameter({ action, chartName, context }: { action: any; chartName: any; context: any; }): Promise;