import { type AddCommentInput, type WorkItemComment } from './comments.js'; /** Add a comment or replay the first durable machine operation atomically. */ export declare function addComment(input: AddCommentInput): WorkItemComment; //# sourceMappingURL=comment-add.d.ts.map