#!/usr/bin/env node /** * Self-Test Runner for AGI CLI * * Launches the CLI in a separate process and runs extensive tests * to verify functionality works correctly in a real runtime environment. * * @license MIT */ /** * Run all self-tests */ export declare function runSelfTest(): Promise; //# sourceMappingURL=selfTest.d.ts.map