import { DefaultError, WithRequired } from '@tanstack/query-core'; import { UseMutationOptions } from './types.cjs'; declare function mutationOptions(options: WithRequired, 'mutationKey'>): WithRequired, 'mutationKey'>; declare function mutationOptions(options: Omit, 'mutationKey'>): Omit, 'mutationKey'>; export { mutationOptions };