import type { Plugin } from "vite";
import type { InternalPluginOptions } from "../utils/options";
export declare function pluginServe({ flagSets, forceFlagSet, }: InternalPluginOptions): Plugin;
