/** * Diagnostics compound command: tx diag * * Groups diagnostic commands under a single namespace. */ import { Effect } from "effect"; import { type Flags } from "../utils/parse.js"; export declare const diag: (pos: string[], flags: Flags) => Effect.Effect; //# sourceMappingURL=diag.d.ts.map