export declare class UserAuth {
    id?: string;
    email?: string;
    password?: string;
}
