export interface Comment { value: string; isMultiline: boolean; startLine: number; endLine: number; }