import { Middleware } from "./useMutationMiddlewares.cjs";
/**
 * Internal hook that registers a middleware for the save function in the current SaveContext.
 * @param callback The middleware function.
 */
export declare const useRegisterMutationMiddleware: <MutateFunc extends (...args: any[]) => any = (...args: any[]) => any>(callback: Middleware<MutateFunc>) => void;
//# sourceMappingURL=useRegisterMutationMiddleware.d.ts.map