import type { Change, AllowOptions } from "../types.js"; /** * Mutates each Change's `status` field per the rules in spec ยง6.5. * Destructive/lossy changes default to blocked unless the corresponding * `allow.*` flag is set. */ export declare function applyStatus(changes: Change[], allow?: AllowOptions): void; //# sourceMappingURL=status.d.ts.map