/** * Service for effective assignment. */ export declare class SmartAssigner { static create(props?: string[], allowUndefined?: boolean): (obj1: Object, obj2: Object) => Object; }