import type { LauncherKitSpec } from '../interfaces/turboModule'; /** * Initializes and returns the LauncherKit native module. * * Resolution order: * 1. TurboModule (new architecture) if available * 2. NativeModules (legacy bridge) * 3. Proxy that throws a linking error on any access * * @returns The resolved native module instance. */ export declare const initializeModule: () => LauncherKitSpec; //# sourceMappingURL=moduleInitializer.d.ts.map