export declare class SignatureVerificationException extends Error { readonly name = "SignatureVerificationException"; constructor(message: string); }