import { McpToolResponse } from "../../../types/mcp.js";
/**
 * Create a formatted, human-readable response for the atlas_task_update tool
 *
 * @param data The raw task update response
 * @param isError Whether this response represents an error condition
 * @returns Formatted MCP tool response with appropriate structure
 */
export declare function formatTaskUpdateResponse(data: any, isError?: boolean): McpToolResponse;
