export declare enum RewardedEventTypes {
    didReward = "onDidReward",
    didLoad = "onDidLoad",
    didFail = "onDidFail",
    didClick = "onDidClick",
    impressionTracked = "onImpressionTracked",
    leaveApplication = "onWillLeaveApplication",
    willAppear = "onWillAppear",
    didAppear = "onDidAppear",
    willDisappear = "onWillDisappear",
    didDisappear = "onDidDisappear",
    willPresent = "onWillPresent"
}
export declare enum InterstitialEventTypes {
    didLoad = "onDidLoad",
    didFail = "onDidFail",
    didClick = "onDidClick",
    impressionTracked = "onImpressionTracked",
    leaveApplication = "onWillLeaveApplication",
    willAppear = "onWillAppear",
    didAppear = "onDidAppear",
    willDisappear = "onWillDisappear",
    didDisappear = "onDidDisappear",
    willPresent = "onWillPresent"
}
export declare enum AdBannerType {
    BANNER_300x250 = "BANNER_300x250",
    BANNER_320x250 = "BANNER_320x250",
    BANNER_300x300 = "BANNER_300x300",
    BANNER_320x50 = "BANNER_320x50",
    BANNER_320x100 = "BANNER_320x100",
    BANNER_400x240 = "BANNER_400x240",
    BANNER_728x90 = "BANNER_728x90"
}
declare enum bannerHeight {
    BANNER_300x250 = 250,
    BANNER_320x250 = 250,
    BANNER_300x300 = 300,
    BANNER_320x50 = 50,
    BANNER_320x100 = 100,
    BANNER_400x240 = 240,
    BANNER_728x90 = 90
}
declare enum bannerWidth {
    BANNER_300x250 = 300,
    BANNER_320x250 = 320,
    BANNER_300x300 = 300,
    BANNER_320x50 = 320,
    BANNER_320x100 = 320,
    BANNER_400x240 = 400,
    BANNER_728x90 = 728
}
declare const RES: {
    MODULES: {
        MAIN: string;
        INTERSTITIAL: string;
        REWARDED: string;
    };
    VIEW_MANAGERS: {
        NATIVE: string;
        CONTAINER: string;
        MEDIA: string;
        IMAGE: string;
        TEXT: string;
        BANNER: string;
    };
    RewardedEventTypes: typeof RewardedEventTypes;
    bannerWidth: typeof bannerWidth;
    bannerHeight: typeof bannerHeight;
    AdBannerType: typeof AdBannerType;
    InterstitialEventTypes: typeof InterstitialEventTypes;
};
export * from './constants';
export default RES;
//# sourceMappingURL=index.ios.d.ts.map