import { Command } from "commander"; /** * Creates the `skaile store` command group. * * Manages authentication and publishing operations against the AI Asset Store. * Subcommands: `login` (GitHub OAuth or email/password), `logout`, `whoami`, * `publish` (push a new asset version), `yank` (soft-delete a version). * * @returns Configured {@link Command} ready for `program.addCommand()`. * @docLink cli/commands/store#make-store-command */ export declare function makeStoreCommand(): Command; //# sourceMappingURL=store.d.ts.map