/** * Primitive value which cannot be JSON-stringified. * * @export */ export declare type UnserializableValue = 'Infinity' | 'NaN' | '-Infinity' | '-0';