import { ChartType } from "../../constants/visualizationTypes"; export declare function isOpenAsReportSupportedByVisualization(type: ChartType): boolean;