import type { Module, Options } from '../types.js'; export declare const packageModule: ({ entryPoint, packageManager, type, }: Options) => Promise;