export interface ICommandLine { text: string; cursorIndex: number; }