import type { Instance, WatchOldValue } from "../behaviors/BComputedAndWatch/types"; export declare function initWatchOldValue(this: Instance, watchConfig: object): WatchOldValue;