/**
* @internal
*
* Maps an object through the default JSON serde behavior.
* This means removing nullish fields and un-sparsifying lists.
*
* @paramobj - to be checked.
* @returns same object with default serde behavior applied.
*/exportdeclareconst_json: (obj: any) =>any;