import type { PluginOptions } from './types.js';
export declare const guardReactRouterLazyCompilation: ({ lazyCompilation, entryClientPath, prewarmReactRouterModules, }: {
    lazyCompilation: PluginOptions["lazyCompilation"] | undefined;
    entryClientPath: string;
    prewarmReactRouterModules?: boolean;
}) => PluginOptions["lazyCompilation"] | undefined;
