/** * Mocks necessary networking TurboModules on Worklet Runtimes to prevent * crashes when code running on Worklet Runtimes tries to use networking APIs. * The NetworkingModule itself is injected via C++. */ export declare function initializeNetworking(): void; //# sourceMappingURL=network.native.d.ts.map