/** * skaile asset — author and install AI assets. * * Subcommands: * migrate move/copy/link a workspace asset into a library * install install an asset from a library into a workspace * list synonym for `skaile list` (declared deps + state) * show inspect an asset by canonical ref * * The former `asset publish` stub has moved to `library publish` so the push * + register flow is atomic with the underlying git push. Asset creation * lives under `library create `. * * @docLink cli/commands/asset */ import { Command } from "commander"; export declare function makeAssetCommand(): Command; //# sourceMappingURL=asset-cmd.d.ts.map