import { MobileAd, MobileAdOptions } from './shared'; export default class InterstitialAd extends MobileAd { static cls: string; isLoaded(): Promise; load(): Promise; show(): Promise; }