import { Command } from 'commander'; import { type GlobalFlags } from '../output.js'; type GF = () => GlobalFlags; export declare function buildNavCmd(globalFlags: GF): Command; export declare function buildBackCmd(g: GF): Command; export declare function buildForwardCmd(g: GF): Command; export declare function buildReloadCmd(g: GF): Command; export declare function buildUrlCmd(g: GF): Command; export declare function buildTitleCmd(g: GF): Command; export {}; //# sourceMappingURL=navigation.d.ts.map