import { Command } from '@oclif/core'; export default class SkillsList extends Command { static description: string; static flags: { ref: import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; } //# sourceMappingURL=list.d.ts.map