import { Command } from '@oclif/core'; export default class Skill extends Command { static description: string; static hidden: boolean; run(): Promise; } //# sourceMappingURL=skill.d.ts.map