export interface AnsiCode { type: "ansi"; code: string; endCode: string; }