import { NativeEventEmitter } from 'react-native'; import { PushNotificationNativeModule } from './types'; export declare const nativeModule: PushNotificationNativeModule; export declare const nativeEventEmitter: NativeEventEmitter;