import { MutationOptions } from '@tanstack/react-query'; import { APIError } from '../../types'; import { SetToolMcpEnabledInput, SetToolMcpEnabledOutput } from './types'; type Options = MutationOptions; export declare const useSetToolMcpEnabled: (options?: Options) => import('@tanstack/react-query').UseMutationResult; export {};