import { type Room, type SmartThingsClient } from '@smartthings/core-sdk'; import { type WithNamedLocation } from '../../api-helpers.js'; export declare const getRoomsWithLocation: (client: SmartThingsClient, locationId?: string) => Promise<(Room & WithNamedLocation)[]>; //# sourceMappingURL=rooms-util.d.ts.map