import { Command } from 'commander'; import { type GlobalFlags } from '../output.js'; type GF = () => GlobalFlags; export declare function buildClickCmd(g: GF): Command; export declare function buildDblclickCmd(g: GF): Command; export declare function buildFillCmd(g: GF): Command; export declare function buildTypeCmd(g: GF): Command; export declare function buildPressCmd(g: GF): Command; export declare function buildHoverCmd(g: GF): Command; export declare function buildFocusCmd(g: GF): Command; export declare function buildBlurCmd(g: GF): Command; export declare function buildScrollCmd(g: GF): Command; export declare function buildSelectCmd(g: GF): Command; export declare function buildCheckCmd(g: GF, name: 'check' | 'uncheck'): Command; export declare function buildUploadCmd(g: GF): Command; export declare function buildDragCmd(g: GF): Command; export declare function buildDispatchCmd(g: GF): Command; export {}; //# sourceMappingURL=interaction.d.ts.map