import type { JsonValue } from '../types/common.js'; export declare const isJSONable: (input: unknown) => input is { toJSON: (key?: string) => JsonValue; };