import type { JsonObj } from '../result.js'; declare const jsonMaybe: (json: JsonObj | string) => JsonObj | string; export default jsonMaybe;