import { Plugin } from 'vite';
/**
 * This plugin ensures the ngServerMode flag is set
 * during SSR. This should be revisited when Vite 6 lands
 * with the new Environment API.
 */
export declare function serverModePlugin(): Plugin;
