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