export declare class UserRegistration { name: string; email: string; password: string; constructor(name: string, email: string, password: string); }