import type { ObjectPaths } from "../types/misc.types"; export declare const watchObjPath: >(obj: T, path: P, callback: () => void) => () => void;