import { type IDashboardInsightProps } from "./types.js"; /** * @internal */ export declare function useBackendWithInsightWidgetCorrelation({ insight, widget, backend }: IDashboardInsightProps): import("@gooddata/sdk-backend-spi").IAnalyticalBackend | undefined; //# sourceMappingURL=useBackendWithInsightWidgetCorrelation.d.ts.map