ContactSensorDeviceDefinition: With<For<{
    behaviors: {
        identify: typeof IdentifyServer;
    } & {
        booleanState: typeof BooleanStateServer;
    };
    deviceRevision: 2;
    deviceType: 21;
    name: "ContactSensor";
    requirements: typeof ContactSensorRequirements;
}>, {
    identify: typeof IdentifyServer;
} & {
    booleanState: typeof BooleanStateServer;
}> = ...