/** * cogitator run [message] - run agent */ import { Command } from 'commander'; export declare function findConfig(configPath: string): string | null; export declare const runCommand: Command; //# sourceMappingURL=run.d.ts.map