import type { ListRecipesScope, RecipeScope } from '../lib/api-client/recipes'; interface UseRecipesOptions { enabled?: boolean; scope?: ListRecipesScope; } export declare function useRecipes(options?: UseRecipesOptions): import("@tanstack/react-query").UseQueryResult<{ recipes: import("..").Recipe[]; }, Error>; export declare function useSaveRecipe(): import("@tanstack/react-query").UseMutationResult; export declare function useDeleteRecipe(): import("@tanstack/react-query").UseMutationResult; export {}; //# sourceMappingURL=useRecipes.d.ts.map