import { FetchStateAndError } from '../../commonStateTypes/common'; import { RootState } from '../../rootStateTypes'; export declare const getReportsResyncView: (state: RootState) => ReportsResyncView; export type ReportsResyncView = { hasNewData: boolean; reportsResyncFetchState: FetchStateAndError; };