/** * daemon/outbound-cli.ts — `aibroker outbound` subcommands. * * Targets are named here, at the terminal, and nowhere else. A session can call * a target; it cannot invent one. That is the same boundary `inbound` draws in * the other direction, for the same reason. */ export declare function runOutbound(args: string[]): Promise; //# sourceMappingURL=outbound-cli.d.ts.map