import type { DefaultError, WithRequired } from '@tanstack/query-core'; import type { CreateMutationOptions } from './types.js'; export declare function mutationOptions(options: WithRequired, 'mutationKey'>): WithRequired, 'mutationKey'>; export declare function mutationOptions(options: Omit, 'mutationKey'>): Omit, 'mutationKey'>; //# sourceMappingURL=mutationOptions.d.ts.map