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