/** * Install the fiber-commit subscriber. Idempotent; a no-op outside the * browser or when the client runtime's hook bus is absent (old runtime). */ export declare function installFiberRenderPublisher(): void; /** Test seam: reset module state between specs. */ export declare function resetFiberRenderPublisherForTests(): void;