export declare class LoginModel { tarjeta: string; refresh_token: string; constructor(tarjeta: string, refresh_token: string); }