export declare class JwtVerifyError extends Error { readonly name: string; readonly innerError: Error | null; constructor(message: string, innerError?: Error | null); }