import { ObjectJson } from '../../../types/Initial/Json'; declare const normalizeJson: (value: string | string[] | object | number | boolean | ObjectJson, initialValue: ObjectJson) => object | string | number | boolean; export default normalizeJson;