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