AggregatorEndpointDefinition: With<For<{
    behaviors: {
        parts: typeof PartsBehavior;
    } & {
        index: typeof IndexBehavior;
    };
    deviceRevision: 1;
    deviceType: 14;
    name: "Aggregator";
    requirements: typeof AggregatorRequirements;
}>, {
    parts: typeof PartsBehavior;
} & {
    index: typeof IndexBehavior;
}> = ...