import forge from "node-forge"; export declare function FirmarComprobanteXML(p12cert: forge.pkcs12.Pkcs12Pfx, comprobante_xml: string): Promise<{ comprobante_firmado: string; claveAcceso: string; }>;