export interface SourceLocation { start: { index: number; }; end: { index: number; }; }