/** * agenthood publish * * Publish skills to a GitHub repository for skills.sh indexing. * Validates skills, checks git status, and pushes to remote. */ import type { CommandDescriptor } from './types.ts'; export declare const command: CommandDescriptor; export declare function publish(args: string[]): Promise; //# sourceMappingURL=publish.d.ts.map