import type { Lix } from "../lix/open-lix.js"; import { type LixVersion } from "./schema-definition.js"; export declare function mergeVersion(args: { lix: Lix; source: Pick; target?: Pick; }): Promise; //# sourceMappingURL=merge-version.d.ts.map