server: {
    mandatory: {};
    optional: {
        DeviceEnergyManagement: typeof DeviceEnergyManagementServer;
        DeviceEnergyManagementMode: typeof DeviceEnergyManagementModeServer;
    };
}

An implementation for each server cluster supported by the endpoint per the Matter specification.