import { RegisterInfoInterface } from "../intefraces/register-info.interface"; export declare class RegisterInfoModel implements RegisterInfoInterface { guid: string; email: string; password: string; password_repeat: string; firstname: string; lastname: string; geo_guid: string; phone: string; }