/** * This function is used when you try to update the recipe outside of editor's * onChange event, or anywhere that is hard to access the editor original value */ export declare function useAutonomousEditorRecipeUpdater(): () => Promise; //# sourceMappingURL=useAutonomousEditorRecipeUpdater.d.ts.map