import { ServiceArea } from 'matterbridge/matter/clusters';
import { RoomIndexMap } from '../core/application/models/RoomIndexMap.js';
export declare function mergeSupportedAreasByMap(existingAreas: ServiceArea.Area[], incomingAreas: ServiceArea.Area[], mapId: number, existingIndexMap: RoomIndexMap | undefined, incomingIndexMap: RoomIndexMap): {
    supportedAreas: ServiceArea.Area[];
    roomIndexMap: RoomIndexMap;
};
//# sourceMappingURL=mergeSupportedAreasByMap.d.ts.map