export interface RequireXmlStringInterface { setXmlString(xmlString: string): void; getXmlString(): string; }