//#region src/att.d.ts type ATTStatus = 'not_determined' | 'restricted' | 'denied' | 'authorized'; declare function getATTStatus(): Promise; declare function requestTrackingAuthorization(): Promise; declare function isATTAvailable(): Promise; declare function getAdvertisingId(): Promise; declare function getVendorId(): Promise; //#endregion export { isATTAvailable as a, getVendorId as i, getATTStatus as n, requestTrackingAuthorization as o, getAdvertisingId as r, ATTStatus as t }; //# sourceMappingURL=att-BDPyE-Gs.d.mts.map