import { type PdfException } from "./types"; export declare function parseError(error: unknown): PdfException;