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