RoomAirConditionerDeviceDefinition: With<For<{
    behaviors: {
        identify: typeof IdentifyServer;
    } & {
        onOff: Type<WithFeatures<WithFeatures<OnOff.Cluster, readonly [Lighting]>, readonly ["DeadFrontBehavior"]>, typeof OnOffServer, OnOffInterface>;
    };
    deviceRevision: 2;
    deviceType: 114;
    name: "RoomAirConditioner";
    requirements: typeof RoomAirConditionerRequirements;
}>, {
    identify: typeof IdentifyServer;
} & {
    onOff: Type<WithFeatures<WithFeatures<OnOff.Cluster, readonly [Lighting]>, readonly ["DeadFrontBehavior"]>, typeof OnOffServer, OnOffInterface>;
}> = ...