import type { Rolldown } from "vite";
type OutputBundle = Rolldown.OutputBundle;
export declare const replaceVitePreload: (code: string) => string;
export declare const generateViteDepMap: (bundle: OutputBundle) => string;
export declare const replaceVueRouterPreload: (code: string, bundle: OutputBundle) => string;
export {};
//# sourceMappingURL=lazy.d.ts.map