/** Strict JSON boundary: never silently stringify bytes, sets, unsafe ints or cycles. * Host results follow JSON.stringify for `undefined`: omit object keys, null array holes. */ export declare function normalizeMontyValue(value: unknown, hostValue?: boolean): unknown; /** Maps prevent JSON keys such as __monty_type__ from being interpreted as native markers. */ export declare function montyInput(value: unknown): unknown; //# sourceMappingURL=monty-values.d.ts.map