import { VerificationError } from './verification-error'; export declare class UnacceptableSignatureError extends VerificationError { }