import type { Plugin } from 'vite';
import type { One } from '../types';
export declare function fixDependenciesPlugin(options?: One.FixDependencies): Plugin;
//# sourceMappingURL=fixDependenciesPlugin.d.ts.map