import type { Item } from '@directus/types';
export declare function mergeVersionsRaw(item: Item, versionData: Partial<Item>[]): Item;
