import type { RenderingPlugin, RenderingPluginContext } from '../services'; /** * PrepareRendererPlugin handles rendering preparation tasks * Simplified implementation focused on core rendering needs */ export declare class PrepareRendererPlugin implements RenderingPlugin { static tag: string; private mutationRecords; private isFirstTimeRendering; isFirstTimeRenderingFinished: boolean; apply(context: RenderingPluginContext): void; } //# sourceMappingURL=PrepareRendererPlugin.d.ts.map