import { Web3AuthError } from './Web3AuthError'; export declare const W3A_ERROR_JWT_DECODING = "JwtDecodingError"; export declare class JwtDecodingError extends Web3AuthError { readonly token: string; constructor(token: string, parentError?: any); }