import { type CommandModule } from 'yargs'; import { type APICommandFlags } from '../../../lib/command/api-command.js'; export type CommandArgs = APICommandFlags & { location?: string; id?: string; }; export declare const command = "locations:rooms:delete [id]"; declare const cmd: CommandModule; export default cmd; //# sourceMappingURL=delete.d.ts.map