/// /** * Save a pdf document. * @param doc PDFKit instance * @param path path to store the file */ export declare function save(doc: PDFKit.PDFDocument, path: string): void;