import { Plugin } from "../utils/plugins"; export declare class PluginSelectService { private readonly depsService; private get sourceDir(); select(): Promise; fixPlugins(plugins: Plugin[], ...paths: string[]): Promise; }