import { CaughtException } from '../../etc/caught-exception'; export declare class CaughtExceptionError extends CaughtException { readonly name = "CaughtExceptionError"; static instanceOf(error: Error | NonNullable): boolean; static readonly JSON_MALFORMED: CaughtException; }