import type { Plugin } from 'vite';
import type { Options } from '../index';
export declare function dynamicBase(options?: Options): Plugin;
