import * as oclif from "@oclif/command"; export default class GenerateIndexes extends oclif.Command { static description: string; static aliases: string[]; run(): Promise; }