import type { UpdateQuery } from '../../types/index'; export declare function mingoUpdater(d: T, op: UpdateQuery): T;