CooktopDeviceDefinition: With<For<{
    behaviors: {
        onOff: Type<WithFeatures<WithFeatures<OnOff.Cluster, readonly [Lighting]>, readonly ["OffOnly"]>, typeof OnOffServer, OnOffInterface>;
    };
    deviceRevision: 1;
    deviceType: 120;
    name: "Cooktop";
    requirements: typeof CooktopRequirements;
}>, {
    onOff: Type<WithFeatures<WithFeatures<OnOff.Cluster, readonly [Lighting]>, readonly ["OffOnly"]>, typeof OnOffServer, OnOffInterface>;
}> = ...