import { ProtectionState } from "./types"; import ClientCommand from "./ClientCommand"; export default class CopyProtectionCommand extends ClientCommand { /** The copy protection state. */ readonly state: ProtectionState; constructor( /** The copy protection state. */ state: ProtectionState); }