import type { Plugin } from 'vite'; /** * `electron` and Node.js built-in modules should always be externalize. */ export declare function externalBuiltins(): Plugin;