import { SignPdfError } from './sign-pdf-error'; export declare class SignatureNotFoundError extends SignPdfError { constructor(name: string); }