import { Nullable } from "instill-sdk"; import debounce from "lodash.debounce"; export type EditorRecipeUpdater = ReturnType; newRawRecipe: string; accessToken: Nullable; }) => void>>; export declare function useDebouncedRecipeUpdater(): EditorRecipeUpdater; //# sourceMappingURL=useDebouncedRecipeUpdater.d.ts.map