import { MapRoomDto } from '../../../roborockCommunication/models/home/index.js';
/** Application model: Room with full map context */
export declare class MapRoom {
    readonly id: number;
    readonly iot_name_id: string | undefined;
    readonly iot_name: string;
    readonly alternativeId: string;
    readonly iot_map_id: number | undefined;
    constructor(id: number, iot_name_id: string | undefined, iot_name: string, alternativeId: string, iot_map_id: number | undefined);
    static fromDto(dto: MapRoomDto, iot_name: string): MapRoom;
}
//# sourceMappingURL=MapRoom.d.ts.map