/// <reference types="pdfkit" />
export declare function gerarPDF(xmlNFe: string, pathLogo?: string): Promise<PDFKit.PDFDocument>;
