/**
 * Enables the Analytics category to permit the transmission of events.
 *
 * @note
 * Analytics is enabled by default. You do not need to call this API unless you have disabled Analytics.
 */
export declare const enable: () => void;
