import { ConfigPlugin } from '@expo/config-plugins'; /** * Plugin that enables push notification support for Live Activities. * * This: * - Adds the aps-environment entitlement for push notifications * - Adds Voltra_EnablePushNotifications flag to Info.plist */ export declare const withPushNotifications: ConfigPlugin;