import { DevicePushToken } from './Tokens.types'; /** * Returns a native FCM, APNs token or a [`PushSubscription` data](https://developer.mozilla.org/en-US/docs/Web/API/PushSubscription) * that can be used with another push notification service. * @header fetch */ export declare function getDevicePushTokenAsync(): Promise; //# sourceMappingURL=getDevicePushTokenAsync.d.ts.map