import type { Plugin } from "vite";
export declare const createPluginOrchestrator: (userOptions: any) => Plugin[];
export interface Strategy {
    mode?: "auto" | "server" | "client";
    bundleTarget?: "server" | "client" | "ssr";
    importContext?: "react-server" | "react-client";
    mainThreadCondition?: "react-server" | "react-client";
    legacyBuilder?: boolean;
    staticBuild?: boolean;
    ssg?: boolean;
    forceCapabilities?: {
        staticGeneration?: boolean;
        serverComponents?: boolean;
        clientBuilds?: boolean;
        ssrBuilds?: boolean;
    };
}
//# sourceMappingURL=createPluginOrchestrator.server.d.ts.map