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