export declare enum ImpressionType { IMPRESSION = 0, CLICK = 1, REWARD = 2, CLOSE = 3, FAILURE = 4 } //# sourceMappingURL=ImpressionType.d.ts.map