/** * Base error for all public library exceptions thrown by `comparePdf`. */ export declare class ComparePdfError extends Error { constructor(message: string, options?: ErrorOptions); }