import { Command } from 'commander'; import { type GlobalFlags } from '../output.js'; type GF = () => GlobalFlags; export declare function buildWaitCmd(g: GF): Command; export declare function buildSleepCmd(g: GF): Command; export declare function buildSnapshotCmd(g: GF): Command; export declare function buildFramesCmd(g: GF): Command; export declare function buildA11yCmd(g: GF): Command; export declare function buildRequestCmd(g: GF): Command; export declare function buildDialogCmd(g: GF): Command; export {}; //# sourceMappingURL=misc.d.ts.map