import type { VpaidCreativeAdUnit } from '../../../types'; export declare const callAndWait: (creativeAd: VpaidCreativeAdUnit, method: keyof VpaidCreativeAdUnit, event: string, ...args: any[]) => Promise;