declare const createRewardedVideoAd: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const createInterstitialAd: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export { createRewardedVideoAd, createInterstitialAd };