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