import { InitialObjectType } from '../../../types/Initial/Initial'; declare const checkInitialValue: (initialValue: InitialObjectType) => void; export default checkInitialValue;