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