import { Plugin } from 'vite';

declare function wasm(modules: string[]): Plugin;

export { wasm as default };
