import { Plugin } from 'vite';

declare function offloadWasm(list: Record<string, string>, forced?: boolean): Plugin;

export { offloadWasm as default };
