/** * skaile library — manage user-facing libraries (authoring places for AI * assets, backed by `local` or `git`). * * Lifecycle subcommands: list, status, show, init, link, create, default, * rename, set, remove. Git verbs (commit, pull, push, propose, git, sync) * apply to git-backed libraries. Publish/register/yank (in `library-publish.ts`) * push + register the library repo and publish its manifest to the store. * * @docLink cli/commands/library */ import { Command } from "commander"; export declare function makeLibraryCommand(): Command; //# sourceMappingURL=library-cmd.d.ts.map