Member Junction
    Preparing search index...
    defaultNativeLoader: NativeModuleLoader = ...

    Lazily loads the native Twilio adapter at the given specifier (category: runtime plugin discovery from config — the adapter path is deployment-supplied and not known at build time, so a static import is impossible). Throws a precise, actionable error when it can't be loaded so a misconfigured deployment fails loudly, not silently.

    VERIFY against the native Twilio adapter: the module's default/namespace interop + that it exposes createClient.