/** * Resolve module to package root for use in aliases. * Ensures pnpm's strict node_modules structure can resolve packages when bundling plugin chunks. * * @internal */ export declare const getModulePath: (mod: string) => string; //# sourceMappingURL=resolve-module.d.ts.map