import { Mutation } from "@tanstack/react-query"; /** * Watches the mutation cache for a specific mutation id. Useful when the UI needs to follow * mutation lifecycle events (loading, success, error) for a focused inspection panel. */ export declare function useGetMutationById(mutationId?: number): Mutation | undefined; //# sourceMappingURL=useSelectedMutation.d.ts.map