import { type Operation } from "effection"; /** * Implement `tufa exchange send` / `tufa exn send` with KERIpy-shaped EXN behavior. * * Public contract: * - sender is a local alias * - recipient is an AID or exact contact alias * - payload comes from repeatable `--data` * - topic defaults to the first route segment */ export declare function exchangeSendCommand(args: Record): Operation; //# sourceMappingURL=exchange.d.ts.map