export declare const enableAnalytics: () => void;
export declare const disableAnalytics: () => void;
/**
 * Returns the current status of the Analytics category.
 */
export declare const isAnalyticsEnabled: () => boolean;
