/** * Grid Command * P2P skill mesh — discover and share skills on the local network * (SkillKit calls this "mesh" — we call it "grid") */ import { Command } from 'commander'; /** * Register the grid command */ export declare function registerGridCommand(program: Command): void; //# sourceMappingURL=grid.d.ts.map