#!/usr/bin/env node /** * Main CLI function */ declare function main(): Promise; export { main as runMdagent }; //# sourceMappingURL=mdagent.d.ts.map