/** * Indicate which modules should be treated as external * @param externalModules the external modules we have known from package.json * @param packageName which module we need to verify. */ export declare const isExternalModule: (externalModules: Array, moduleId: string) => boolean;