export declare function setResolveRender(value: () => void): void;
export declare function takeRenderingControl(): () => void;
export declare function scheduleRevalidate(): void;
/**
 * Public API — dispatches to sync or async path.
 * When ASYNC_COMPILE_TRANSFORMS is false, the async branch and syncDomAsync
 * are dead code and tree-shaken by the bundler.
 */
export declare function syncDom(): Promise<void> | void;
