import { DeepPartial } from 'redux'; export declare const assign: (target: T, source?: DeepPartial | undefined) => T;