import { ObjectBoolean } from "../../../types/Initial/Boolean"; declare const validateInitial: (value: string | boolean | ObjectBoolean, initialValue: ObjectBoolean) => string | boolean; export default validateInitial;