import type { Command } from 'commander';
import type { CommandDeps } from '../../deviceControl/types.js';
export declare function registerQuickshot(program: Command, deps: CommandDeps): void;
export default registerQuickshot;
//# sourceMappingURL=quickshot.d.ts.map