import type { ResultValue } from "../runtime/result.js"; /** stdlib bridge for `std::validation`'s `isJsonValue`. Returns a runtime * `Result` like the other stdlib validators (validators.ts), with the * offending path folded into the failure message. */ export declare function _isJsonValue(value: unknown): ResultValue;