/**
 * Enum for supported ad types/formats
 * These ad formats replicate formats supported by Google
 */
export declare const enum AdTypes {
    INTERSTITIAL = 0,
    REWARDED = 1
}
