/** * `skills show`, `skills prompt`, and `skills init` commands */ import { Command } from 'commander'; export declare function registerShowCommand(program: Command): void; //# sourceMappingURL=show.d.ts.map