export declare const W3A_ERROR_GENERIC = "Web3AuthError"; export declare class Web3AuthError extends Error { readonly parentError?: any; readonly code?: string | undefined; readonly codes: string[]; constructor(message: string, parentError?: any, code?: string | undefined); }