import RES from '../resources';
declare const Interstitial: {
    show: (AdUnitID: string) => Promise<boolean>;
    addEventListener: (eventType: keyof typeof RES.InterstitialEventTypes, callback: (prop: {
        adUnitID: string;
    }) => void, context?: any) => {
        remove: () => void;
    };
};
export default Interstitial;
//# sourceMappingURL=index.d.ts.map