LaundryWasherDeviceDefinition: With<For<{
    behaviors: {
        operationalState: typeof OperationalStateServer;
    };
    deviceRevision: 1;
    deviceType: 115;
    name: "LaundryWasher";
    requirements: typeof LaundryWasherRequirements;
}>, {
    operationalState: typeof OperationalStateServer;
}> = ...