declare type FanType = { isLoad(): Promise; loadAd(placementId: String): Promise; showAd(): Promise; }; declare const Fan: FanType; export { Fan };