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