import PersistenceService from './PersistenceService';
declare const updateSW: (registration: ServiceWorkerRegistration, message: unknown, log: () => void, persistenceService: PersistenceService) => void;
export default updateSW;
