/** * daemon/inbound-cli.ts — `aibroker inbound` subcommands. * * Top-level, not nested under `todoist`, because an inbound route has nothing * to do with Todoist. It lived there for one afternoon only because that is the * file the endpoint was written next to, and a command's place in the tree is a * claim about what a thing IS — `aibroker todoist inbound` says the endpoint * belongs to the Todoist integration, which is exactly the confusion the * two-hop design exists to avoid. */ export declare function runInbound(args: string[]): Promise; //# sourceMappingURL=inbound-cli.d.ts.map