import { JSONErrorCode } from "@wilsonjs/constants"; export declare class JsonError extends Error { readonly message: string; readonly code: JSONErrorCode; constructor(message: string, code: JSONErrorCode); }