import type { RenderEnvironment } from './index.js';
/**
 * The production / bundled environment — the default when nothing is
 * registered. A stateless module constant derived from the manifest alone.
 */
export declare const productionEnvironment: RenderEnvironment;
