export default class FileStructure { name: string; path: string; entry: any; depth: number; constructor(dir: string, entry: any, depth: number); static getContent(path: string): string; static readFileFromLine(filename: string, startLine: number, endLine: number): string; }