import { type CommandModule } from 'yargs'; import { type SmartThingsCommandFlags } from '../../lib/command/smartthings-command.js'; export type CommandArgs = SmartThingsCommandFlags; declare const cmd: CommandModule; export default cmd; //# sourceMappingURL=reset.d.ts.map