export async function loadPdf() { const err = new Error("pdf_loader_not_configured"); err.statusCode = 501; throw err; }