import type { Lix } from "./open-lix.js"; /** * Combined the changes of the source lix into the target lix. */ export declare function merge(args: { targetLix: Lix; sourceLix: Lix; }): Promise; //# sourceMappingURL=merge.d.ts.map