import { AuthenticatedCommand } from "../../AuthenticatedCommand"; export default class EvalIntelligence extends AuthenticatedCommand { static readonly description = "experimental command to test an Autopilot application"; static readonly examples: string[]; static readonly flags: { file: import("@oclif/core/lib/interfaces").OptionFlag; output: import("@oclif/core/lib/interfaces").OptionFlag; "output-file": import("@oclif/core/lib/interfaces").OptionFlag; }; run(): Promise; }