import { JSValue } from "./JSValue.js"; /** Recursively replace every `undefined` with `null` in ararys and objects */ export declare function replaceUndefined(value: JSValue, inPlace?: boolean): JSValue;