PowerSourceEndpointDefinition: With<For<{
    behaviors: {
        powerSource: typeof PowerSourceServer;
    };
    deviceClass: Utility;
    deviceRevision: 1;
    deviceType: 17;
    name: "PowerSource";
    requirements: typeof PowerSourceRequirements;
}>, {
    powerSource: typeof PowerSourceServer;
}> = ...