import { Command } from 'commander'; import { type GlobalFlags } from '../output.js'; export declare function buildPageCmd(globalFlags: () => GlobalFlags): Command; //# sourceMappingURL=page.d.ts.map