import { Sync } from '../services/SyncService'; declare const SyncUtil: { isQueued: (sync?: Sync) => boolean; isRunning: (sync?: Sync) => boolean; isSyncing: (sync?: Sync) => boolean; }; export default SyncUtil;