import { Plugin } from 'vite';
import { Options } from './options.js';
export declare function depsPlugin(options?: Options): Plugin[];
