import { BannerOptions, InterstitialOptions, PreloadRewardedVideoAdOptions, ShowRewardedVideoAdOptions } from "./admob"; import { AD_SIZE } from "./admob-common"; export { AD_SIZE }; export declare function showBanner(arg: BannerOptions): Promise; export declare function preloadInterstitial(arg: InterstitialOptions): Promise; export declare function showInterstitial(arg?: InterstitialOptions): Promise; export declare function preloadRewardedVideoAd(arg: PreloadRewardedVideoAdOptions): Promise; export declare function showRewardedVideoAd(arg?: ShowRewardedVideoAdOptions): Promise; export declare function hideBanner(): Promise;