export interface XmlPagoenespecie {
    _attributes: XmlPagoenespecieAttributes;
}
export interface XmlPagoenespecieAttributes {
    Version: string;
    CvePIC: string;
    FolioSolDon: string;
    PzaArtNombre: string;
    PzaArtTecn: string;
    PzaArtAProd: string;
    PzaArtDim: string;
}
//# sourceMappingURL=pagoenespecie.com.d.ts.map