import type { NFSe } from './domain.js'; export declare function parseNfseXml(xml: string): NFSe; //# sourceMappingURL=parse-xml.d.ts.map