OtaRequestorEndpointDefinition: With<For<{
    behaviors: {
        otaSoftwareUpdateRequestor: typeof OtaSoftwareUpdateRequestorServer;
    };
    deviceClass: Utility;
    deviceRevision: 1;
    deviceType: 18;
    name: "OtaRequestor";
    requirements: typeof OtaRequestorRequirements;
}>, {
    otaSoftwareUpdateRequestor: typeof OtaSoftwareUpdateRequestorServer;
}> = ...