import type { CommandContext } from "../registry.js"; /** * `chant carve apply --from --select
--env [--stack ] [--write]` * * Resolves the ownership marker + graduation runbook. BYOL-honest: no cloud * calls. `--write` saves the graduation doc. No lexicon plugins needed. */ export declare function runCarveApply(ctx: CommandContext): Promise; //# sourceMappingURL=carve-apply.d.ts.map