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