FanDeviceDefinition: With<For<{
    behaviors: {
        identify: typeof IdentifyServer;
    } & {
        groups: typeof GroupsServer;
    } & {
        fanControl: typeof FanControlServer;
    };
    deviceRevision: 2;
    deviceType: 43;
    name: "Fan";
    requirements: typeof FanRequirements;
}>, {
    identify: typeof IdentifyServer;
} & {
    groups: typeof GroupsServer;
} & {
    fanControl: typeof FanControlServer;
}> = ...