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