export type Validator = (maybeValidXml: string) => void;
