/// /// import * as pdfMake from 'pdfmake/build/pdfmake'; /** * Convert a pdfmake document to a fully-rendered PDF document buffer. */ export default function documentToPdf(document: pdfMake.TDocumentDefinitions): Promise; //# sourceMappingURL=documentToPdf.d.ts.map