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