import type * as t from './types'; declare class BroadcastReceiver implements t.BroadcastReceiverInterface { private _nativeModule; constructor(args?: t.IntentActionConfig); private getNativeModule; addEventListner(listener: t.BroadcastEventCallback): import("react-native").EmitterSubscription; sendEvent(payload: unknown): void; setIntentActionConfig(args: t.IntentActionConfig): Promise; getPhoneID(): Promise; } declare const receiver: BroadcastReceiver; export { receiver }; //# sourceMappingURL=BroadcastReceiver.d.ts.map