DishwasherDeviceDefinition: With<For<{
    behaviors: {
        operationalState: typeof OperationalStateServer;
    };
    deviceRevision: 1;
    deviceType: 117;
    name: "Dishwasher";
    requirements: typeof DishwasherRequirements;
}>, {
    operationalState: typeof OperationalStateServer;
}> = ...