import { EntityCommentsTree } from "../interfaces/EntityCommentsTree";
export declare function markCommentAsFailed(state: EntityCommentsTree, commentId: string): EntityCommentsTree;
