/**
 * Check if mobile native push notification is enabled
 */
export declare function isMobileNativeNotificationEnabled(): boolean;
/**
 * Check if web push messaging is enabled
 */
export declare function isWebPushMessagingEnabled(): boolean;
