export declare class DecryptionError extends Error { suggestion: string; constructor(message: string, suggestion: string); } export declare class VerificationError extends Error { constructor(message?: string); }