import { PluginOption } from 'vite';

declare function remainExports(): PluginOption;

export { remainExports as default };
