import type { $IntentionalAny } from '../types'; export default function updateDeep(state: S, path: (string | number | undefined)[], reducer: (...args: $IntentionalAny[]) => $IntentionalAny): S; //# sourceMappingURL=updateDeep.d.ts.map