/** * API that acts analogous to React's startTransition, ensuring that any React state change that happens as a * result of a Facet update is handled within a React transition. */ export declare const startFacetTransition: (fn: () => void) => void;