import type { Lix } from "../lix/open-lix.js"; import type { LixChangeProposal } from "./schema-definition.js"; export declare function acceptChangeProposal(args: { lix: Lix; proposal: Pick | LixChangeProposal; }): Promise; //# sourceMappingURL=accept-change-proposal.d.ts.map