export interface ICodeLine { readonly index: number; readonly text: string; }