import type { CommandContext } from "../registry.js"; /** * `chant carve bridge --from --select
[--output ] [--apply-rewrites]` * * Read-only by default: writes proposed survivor patches + a runbook to an * output dir. `--apply-rewrites` edits the surviving `.tf` in place. Loads no * lexicon plugins — pure Terraform-side analysis. */ export declare function runCarveBridge(ctx: CommandContext): Promise; //# sourceMappingURL=carve-bridge.d.ts.map