/** * Runtime guard for data that can cross OMK's JSON persistence boundaries * without coercion, property loss, or cycle errors. */ export declare function isJsonValue(value: unknown, seen?: Set, depth?: number): boolean;