import { Command } from 'commander'; import { type GlobalFlags } from '../output.js'; type GF = () => GlobalFlags; export declare function buildEvalCmd(g: GF): Command; export declare function buildEvalFileCmd(g: GF): Command; export {}; //# sourceMappingURL=eval.d.ts.map