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