/** * Protocol constants for the crash reporting level. */ export declare const enum CrashReportingLevel { /** * Do not send crashes */ Off = 0, /** * Do not send crashes */ OptOutCrashes = 1, /** * Do send crashes. */ OptInCrashes = 2 } //# sourceMappingURL=CrashReportingLevel.d.ts.map