import { DeepPartial } from 'redux'; type update = (target: T, source: DeepPartial) => T; export declare const update: update; export {};