export declare class RegisterGlobalEvents {
    static createEventSubscription(eventName: string, callback: (data?: any) => void): import("react-native").EmitterSubscription;
    static cancelEventSubscription(eventName: string): void;
}
//# sourceMappingURL=RegisterGlobalEvents.d.ts.map