export declare class SesionForm { id: number; firstnameFormId: string; firstnameKey: string; lastnameFormId: string; lastnameKey: string; surnameFormId: string; surnameKey: string; emailFormId: string; emailKey: string; genderFormId: string; genderKey: string; loginFormId: string; loginKey: string; personTypeFormId: string; personTypeKey: string; documentTypeFormId: string; documentTypeKey: string; phoneNumberFormId: string; phoneNumberKey: string; dateBirthKey: string; dateBirthFormId: string; cityBirthKey: string; cityBirthFormId: string; cityExpeditionKey: string; cityExpeditionFormId: string; genderSexFormId: string; genderSexKey: string; bloodGroupFormId: string; bloodGroupKey: string; heightFormId: string; heightKey: string; nicknameFormId: string; nicknameKey: string; promCodigo: number; createdAt: string; modifiedAt: string; constructor(); }