import { Plugin } from 'vite';
import { Config } from './config.js';
declare const _default: (config?: Config) => Plugin;
export default _default;
