master
ts 7 lines 206 Bytes
Raw
1 import { MobileAd } from "./common";
2 export declare class InterstitialAd extends MobileAd {
3 static cls: string;
4 isLoaded(): Promise<unknown>;
5 load(): Promise<void>;
6 show(): Promise<void>;
7 }