declare const _default: { getExponentPushTokenAsync(): Promise; getDevicePushTokenAsync(config: { [key: string]: any; }): Promise; createChannel(channelId: string, channel: string): Promise; deleteChannel(channelId: string): Promise; presentLocalNotification(notification: any): Promise; presentLocalNotificationWithChannel(notification: any, channelId: string): Promise; scheduleLocalNotification(notification: any, options: { [key: string]: any; }): Promise; scheduleLocalNotificationWithChannel(notification: any, options: { [key: string]: any; }, channelId: string): Promise; dismissNotification(notificationId: string): Promise; dismissAllNotifications(): Promise; cancelScheduledNotification(notificationId: string): Promise; cancelAllScheduledNotifications(): Promise; }; export default _default;