export declare class Comment { id: string; userId: string; subjectType: string; subjectId: string; content: string; contentHTML: string; created: Date; updated: Date; }