import type { JsonValue, Leaf } from './types.js'; export declare function findMissingLeaves(sourceLeaves: Leaf[], existingTarget: JsonValue): Leaf[]; export declare function mergeTranslations(existingTarget: JsonValue, sourceLeaves: Leaf[], translations: Map): JsonValue; //# sourceMappingURL=diff.d.ts.map