WaterValveDeviceDefinition: With<For<{
    behaviors: {
        identify: typeof IdentifyServer;
    } & {
        valveConfigurationAndControl: typeof ValveConfigurationAndControlServer;
    };
    deviceRevision: 1;
    deviceType: 66;
    name: "WaterValve";
    requirements: typeof WaterValveRequirements;
}>, {
    identify: typeof IdentifyServer;
} & {
    valveConfigurationAndControl: typeof ValveConfigurationAndControlServer;
}> = ...