export interface EvalCliOutput { readonly stdout: (text: string) => void; readonly stderr: (text: string) => void; } export declare function evalUsage(commandName: string): string; export declare function runEvalCli(cliArgs: readonly string[], commandName: string, output?: EvalCliOutput): Promise; //# sourceMappingURL=eval-command.d.ts.map