import { Command } from 'commander'; import { type GlobalFlags } from '../output.js'; type GF = () => GlobalFlags; export declare function buildContentCmd(g: GF): Command; export declare function buildTextCmd(g: GF): Command; export declare function buildHtmlCmd(g: GF): Command; export declare function buildAttrCmd(g: GF): Command; export declare function buildMarkdownCmd(g: GF): Command; export declare function buildScreenshotCmd(g: GF): Command; export declare function buildPdfCmd(g: GF): Command; export {}; //# sourceMappingURL=content.d.ts.map