import type { Plugin } from "vite";
import type { UserOptions } from "./types.js";
export declare const createPluginOrchestrator: (userOptions: UserOptions) => Plugin[];
//# sourceMappingURL=createPluginOrchestrator.d.ts.map