import type { CommandContext } from "../registry.js"; /** * `chant carve emit --from --select
(--state | --env )` * * Adopts the selected Terraform resource into typed chant source. `--state` * adopts offline from the tfstate (no plugins); `--env` adopts via the live * cloud import path, for which the target lexicon is loaded lazily here — so a * state-only carve never pays the plugin-load cost. */ export declare function runCarveEmit(ctx: CommandContext): Promise; //# sourceMappingURL=carve-emit.d.ts.map