import { type TestnetDeploymentPlan } from "https://deno.land/x/clarigen@v0.4.10/src/cli/deployments.ts";
definition: Omit<DevnetDeploymentPlan, "network"> & { network: "testnet"; }
x/clarigen/src/cli/deployments.ts>TestnetDeploymentPlan
import { type TestnetDeploymentPlan } from "https://deno.land/x/clarigen@v0.4.10/src/cli/deployments.ts";