declare class PDFException extends Error { code: Number; constructor(data: any); } export default PDFException;