import { PDFPageProxy } from 'pdfjs-dist'; export interface PDFOptions { pageRender: (pageData: PDFPageProxy) => Promise; maxPages: number; }