import type { CommandContext } from "../registry.js"; /** * `chant carve advise --from [--json] [--report ]` * * Read-only. Reuses `--from` (shared with migrate/import) for the estate dir. * Loads no chant project and no lexicon plugins — pure analysis of a foreign * Terraform tree. */ export declare function runCarveAdvise(ctx: CommandContext): Promise; /** Fallback for `chant carve` with no/unknown subcommand. */ export declare function runCarveUnknown(_ctx: CommandContext): Promise; //# sourceMappingURL=carve.d.ts.map