export interface XMLEntity { type: string; attributes: Record; content: XMLEntity[] | string; }