import type { TaskCommentAddRequest, TaskCommentAddResponse, TransportResult } from "../transport.js"; import type { RuntimeContext } from "../index.js"; export declare function taskCommentAddHandler(req: TaskCommentAddRequest, ctx: RuntimeContext): Promise>; //# sourceMappingURL=task-comment-add.d.ts.map