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