import { type Plugin } from "vite";
export declare const injectVitePreamble: ({ clientEntryPoints, projectRootDir, }: {
    clientEntryPoints: Set<string>;
    projectRootDir: string;
}) => Plugin;
