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