import { type CancelTaskRequest, type CancelTaskResult } from '@frontmcp/protocol'; import { type McpHandler, type McpHandlerOptions } from './mcp-handlers.types'; export default function tasksCancelRequestHandler({ scope, }: McpHandlerOptions): McpHandler; //# sourceMappingURL=tasks-cancel-request.handler.d.ts.map