import type { Plugin } from 'vite'; export interface WorkletOptions { include?: string[]; exclude?: string[]; sourcemap?: boolean; } export default function vitePluginWorklet(options?: WorkletOptions): Plugin; //# sourceMappingURL=index.d.ts.map