/// <reference types="pdfkit" />
import type { OpcoesPDF } from '../../../types';
export declare function gerarPDF(xmlNFe: string, opcoes?: OpcoesPDF): Promise<PDFKit.PDFDocument>;
