import type { Lix } from "../lix/index.js"; import type { LixChangeSet } from "./schema-definition.js"; /** * Applies a change set to the lix. */ export declare function applyChangeSet(args: { lix: Lix; changeSet: Pick; }): Promise; //# sourceMappingURL=apply-change-set.d.ts.map