import { type HostProvider } from '../host.js'; /** * Requests an update of the host of the given context. * * When a property key is provided, the change is tracked in the host's `changedProperties` * by the key resolved through `getChangedPropertyKey`. As a property of a context other than * the host itself does not exist on the host, its change has to be flagged explicitly. */ export declare const requestHostUpdate: (context: HostProvider, propertyKey?: PropertyKey, oldValue?: unknown) => void; //# sourceMappingURL=requestHostUpdate.d.ts.map