import type { AdMobPlugin } from './definitions'; declare const AdMob: AdMobPlugin; export * from './definitions'; export * from './banner/index'; export * from './interstitial/index'; export * from './reward-interstitial/index'; export * from './reward/index'; export * from './consent/index'; export * from './shared/index'; export { AdMob };