/** * View utils for components * * @internal * @internal */ import type { MapViewOrSceneView } from "../../views/MapViewOrSceneView.js"; /** * Waits until the specified view is not updating anymore. * * @param view * @internal * @internal */ export function waitUpdated(view: MapViewOrSceneView): Promise;