import { Command } from "commander"; /** * Creates the `skaile npx` command group. * * Compatibility shim for the `npx skills` syntax. The `npx skills add ` * subcommand clones the remote repo into the canonical sources cache * (`/sources/`), registers it in the project's `skaile.yaml` * `sources[]`, then installs the requested skill via the canonical resolver — * building a publisher-qualified ref (`skill:@`, publisher * from the source's `skaile.yaml` or its GitHub org). * * @returns Configured {@link Command} ready for `program.addCommand()`. * @docLink cli/commands/misc#npx */ export declare function makeNpxCommand(): Command; //# sourceMappingURL=npx.d.ts.map