PumpDeviceDefinition: With<For<{
    behaviors: {
        onOff: typeof OnOffServer;
    } & {
        identify: typeof IdentifyServer;
    };
    deviceRevision: 3;
    deviceType: 771;
    name: "Pump";
    requirements: typeof PumpRequirements;
}>, {
    onOff: typeof OnOffServer;
} & {
    identify: typeof IdentifyServer;
}> = ...