export interface SourceFileModification { index: number; toAdd?: string; removeToIndex?: number; }