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