import { Plugin } from 'vite';
interface VitePluginEasyPlayerProOptions {
easyPlayerBuildRootPath?: string;
easyPlayerBuildDir?: string;
}
declare function vitePluginEasyPlayerPro(options?: VitePluginEasyPlayerProOptions): Plugin;
export { vitePluginEasyPlayerPro as default };