export { pluginDistFileNames };
import type { Plugin } from 'vite';
declare function pluginDistFileNames(): Plugin;
