/** * Resolve the native module with New Architecture preference. * - TurboModule when available * - Classic bridge NativeModules fallback */ /** * NOTE: Return type is intentionally `any` to preserve backward compatibility with * the existing JS surface while we migrate modules incrementally to typed calls. * The TurboModule spec remains the source of truth for codegen. */ export declare function getGeolocationProNative(): any; //# sourceMappingURL=getNativeModule.d.ts.map