import { Draft } from 'immer'; export declare function assignPropertiesToObject(draft: Draft, dataToAssign: Partial, assignNullable?: boolean): void;