/** * Collab Command * Team skill sharing and collaboration * (SkillKit calls this "team" — we call it "collab") */ import { Command } from 'commander'; /** * Register the collab command */ export declare function registerCollabCommand(program: Command): void; //# sourceMappingURL=collab.d.ts.map