import type { Plugin } from "vite";
import type { InternalPluginOptions } from "../utils/options";
export declare function pluginBuildWeb({ runtimeId, flagSets, store, }: InternalPluginOptions): Plugin[];
