export declare class RegisterCommand { id: string; name: string; personal: boolean; private availability; register(): Promise; }