import type { Instance } from "../behaviors/BComputedAndWatch/types"; export declare function computedUpdater(this: Instance, isUpdated?: boolean): boolean;