import { DevicePushToken } from './Tokens.types';
export default function getDevicePushTokenAsync(): Promise<DevicePushToken>;
