export interface TextPart { text: string; match: boolean; }