export type Path = (string | number | symbol)[]; export default function set(entity: Entity, paths: Path, value: Value, removeIfUndefined?: boolean): Output; /** * Merge objects which will create */ export declare function merge(...sources: T[]): T;