export default class FileStatInfo { fileName: string; languageId: string; length: number; lineCount: number; }