/** * Test CLI Command * * Run test methods defined in photons (direct unit, CLI integration, or MCP integration). */ import type { Command } from 'commander'; /** * Register the `test` command. * * Runs test methods in one or all photons, with selectable execution modes: * direct (unit), cli (integration via CLI), mcp (integration via MCP), or all. */ export declare function registerTestCommand(program: Command): void; //# sourceMappingURL=test.d.ts.map