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