import { Factura } from "../Structures/Factura";
export default function Factura_to_XML(input: Factura): string;
