import { ConfigPlugin } from "@expo/config-plugins"; /** * Expo Config Plugin for Rokt React Native SDK * * Configures the iOS Podfile for Rokt SDK 5.0 compatibility: * - Injects pre_install hook for dynamic framework linking of Rokt pods * * Android requires no modifications — autolinking and Maven Central handle * package registration and dependency resolution automatically. */ declare const withRoktSDK: ConfigPlugin; export default withRoktSDK;