/** * @export * @enum {string} */ export declare enum AnalyticsExportType { ADS = "ADS", SESSIONS = "SESSIONS" } export default AnalyticsExportType;