import { Interstitial, TheoAdsAPI } from 'react-native-theoplayer';
import type { ChromelessPlayer } from 'theoplayer';
export declare class THEOAdsWebAdapter implements TheoAdsAPI {
    private readonly _player;
    constructor(player: ChromelessPlayer);
    get currentInterstitials(): Promise<readonly Interstitial[]>;
    get scheduledInterstitials(): Promise<readonly Interstitial[]>;
    replaceAdTagParameters(adTagParameters?: Record<string, string>): void;
}
//# sourceMappingURL=THEOAdsWebAdapter.d.ts.map