import { AnalyticsSummary } from "../types"; export declare const useGoogleAnalyticsDataReports: (config: any, analyticsCache: AnalyticsSummary) => Promise;