import { Entity } from '../definitions';
export declare function update(source: Entity, target: Entity): Entity;
