import { PrecacheEntry } from 'workbox-precaching'; export { cleanupOutdatedCaches, clientsClaimMode, dynamicRoutes, enablePrecaching, navigateFallback, promptForUpdate, routes, ssr, staticRoutes } from 'virtual:vite-pwa/remix/sw'; interface PwaOptions { manifest?: Array; } declare function setupPwa(options?: PwaOptions): void; export { type PwaOptions, setupPwa };