import type {EventTrackerResponse as oEventTrackerResponse, NativeResponse as oNativeResponse, LinkResponse, NativeRequest as oNativeRequest} from 'iab-native'; export type NativeRequest = oNativeRequest; export type EventTrackerResponse = oEventTrackerResponse; export type NativeResponse = oNativeResponse; export type Link = LinkResponse;