import { type Plugin } from "vite";
export declare const injectVitePreamble: ({ clientEntryPathname, mode, }: {
    clientEntryPathname: string;
    mode: "development" | "production";
}) => Plugin;
