CastingVideoPlayerDeviceDefinition: With<For<{
    behaviors: {
        onOff: typeof OnOffServer;
    } & {
        mediaPlayback: typeof MediaPlaybackServer;
    } & {
        keypadInput: typeof KeypadInputServer;
    } & {
        contentLauncher: typeof ContentLauncherServer;
    };
    deviceRevision: 2;
    deviceType: 35;
    name: "CastingVideoPlayer";
    requirements: typeof CastingVideoPlayerRequirements;
}>, {
    onOff: typeof OnOffServer;
} & {
    mediaPlayback: typeof MediaPlaybackServer;
} & {
    keypadInput: typeof KeypadInputServer;
} & {
    contentLauncher: typeof ContentLauncherServer;
}> = ...