import type { Plugin } from "vite"; import type { PWAOptions } from "./types.js"; export * from "./types.js"; export declare function qwikPwa(options?: PWAOptions): Plugin[];