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