export declare enum CommentStatusEnum { OPEN = "OPEN", RESOLVED = "RESOLVED" }