export declare class RegisterPasswordDto { phone: string; username: string; password: string; fullName?: string; }