import { MobileVisitorAuthenticationState } from './MobileVisitorAuthenticationState'; declare class VisitorID { idOrigin?: string; idType?: string; identifier?: string; authenticationState?: MobileVisitorAuthenticationState; constructor(idOrigin?: string, idType?: string, id?: string, authenticationState?: MobileVisitorAuthenticationState); } export default VisitorID;