/** * CROSS-001: docs command * * agentlaunch docs → outputs skill.md content * agentlaunch docs --full → outputs llms-full.txt content * agentlaunch docs --openapi → outputs OpenAPI spec * agentlaunch docs --matrix → outputs integration matrix only */ import { Command } from "commander"; export declare function registerDocsCommand(program: Command): void; //# sourceMappingURL=docs.d.ts.map