import { Command } from '@oclif/core'; export default class Tools extends Command { static description: string; static examples: string[]; run(): Promise; } //# sourceMappingURL=index.d.ts.map