export declare function evalCommand(subcommand: string, target?: string, opts?: { force?: boolean; type?: string; root?: string; port?: string; credentialKey?: string; concurrency?: string; judgeModel?: string; noCache?: boolean; cache?: boolean; models?: string; judge?: string; runs?: string; batch?: boolean; baseline?: boolean; }): Promise;