import { AuthenticationProfileResponse } from '../interfaces/authentication-profile.response'; export declare class AuthenticationProfile { firstName: string; lastName: string; constructor(response?: AuthenticationProfileResponse); }