import type { CliOutboundSendSource } from "./outbound-send-mapping.js";

export type CliDeps = CliOutboundSendSource;
