export declare class UsuarioRedSocialViewModel { id: string; token: string; idSocial: number; fechaRegistro: Date; constructor(id: string, token: string, idSocial: number, fechaRegistro: Date); }