import { Path } from '@sanity/types'; import PatchEvent from '../../../PatchEvent'; export declare function useObjectEditFormBuilderChange(onChange: (event: PatchEvent) => void): { onObjectEditFormBuilderChange: (patchEvent: PatchEvent, path: Path) => void; }; //# sourceMappingURL=useObjectEditFormBuilderChange.d.ts.map