import type { RNFBAnalyticsModule as RNFBAnalyticsModuleType } from '../types/web'; /** * This is a 'NativeModule' for the web platform. * Methods here are identical to the ones found in * the native android/ios modules e.g. `@ReactMethod` annotated * java methods on Android. */ export declare const RNFBAnalyticsModule: RNFBAnalyticsModuleType; //# sourceMappingURL=RNFBAnalyticsModule.d.ts.map