/// <reference types="pdfkit" />
import type { NFeProc } from '../../../types';
export declare function pdfNFCe(nf: NFeProc, pathLogo?: string): Promise<PDFKit.PDFDocument>;
