export function setUpdateContext(u: any): void;
export function hasUpdateContext(): boolean;
export function getUpdateContext(): any[];
export default UpdateContext;
declare const UpdateContext: Readonly<{
    setUpdateContext: typeof setUpdateContext;
    getUpdateContext: typeof getUpdateContext;
    hasUpdateContext: typeof hasUpdateContext;
}>;
//# sourceMappingURL=UpdateContext.d.ts.map