declare const convertToPdf: (path: string, dest: string) => Promise; export { convertToPdf };