declare type Obj = Record; declare type Ob = Obj | object; export default function translateObjectToXML(obj: Ob): string; export {}; //# sourceMappingURL=XMLWriter.d.ts.map