import { NativeEventEmitter } from 'react-native';
declare class GANativeEventEmitter extends NativeEventEmitter {
    ready: boolean;
    constructor();
    addListener(eventType: string, listener: (event: {
        adUnitId: string;
        requestId: number;
    }) => void, context?: Record<string, unknown>): import("react-native").EmitterSubscription;
    removeAllListeners(eventType: string): void;
}
export declare const GoogleMobileAdsNativeEventEmitter: GANativeEventEmitter;
export {};
//# sourceMappingURL=GoogleMobileAdsNativeEventEmitter.d.ts.map