export interface AstRepository { getAllRelatedFilePaths(path: string): Promise; }