/** * Starred-collections command — manage starred-repo collections on web-ade. * * Collections are per-user curated groups of repos (with cached descriptions, * star counts, and avatars). Each collection is owned by a user or an org. * * Resolves a GitHub token locally (gh CLI → git credential helper) and calls * the web-ade starred-collections API with `Authorization: Bearer `. */ import { Command } from 'commander'; export declare function createStarredCollectionsCommand(): Command; //# sourceMappingURL=starred-collections.d.ts.map