import PDFFile from "./pdfFile"; declare class PDFOutput { files?: Array; file?: PDFFile; constructor(data?: any); } export default PDFOutput;