/** * Subsystem registry — documents modular import paths. */ export declare const SUBSYSTEMS: { readonly core: "react-native-geolocation-pro/core"; readonly geolocation: "react-native-geolocation-pro/geolocation"; readonly pedometer: "react-native-geolocation-pro/pedometer"; readonly geofence: "react-native-geolocation-pro/geofence"; readonly activity: "react-native-geolocation-pro/activity"; readonly sync: "react-native-geolocation-pro/sync"; readonly diagnostics: "react-native-geolocation-pro/diagnostics"; }; export type SubsystemId = keyof typeof SUBSYSTEMS; /** Native binary note: JS subpath imports tree-shake; native code links as one pod until optional feature flags ship. */ export declare const NATIVE_LINKING_NOTE = "Subpath imports reduce JS bundle size. Native iOS/Android currently ship as a single module; optional native feature flags are planned."; //# sourceMappingURL=registry.d.ts.map