/** * Note: This function depends on local-pkg and should only be used at build-time. * It is in a separate file to avoid including local-pkg in runtime code. */ /** * Get package root path */ export declare function getPackageRootPath(packageName: string, parentPath?: string): Promise; export declare function getPackageMetadata(packageName: string, parentPath?: string): Promise<{ rootPath: string | null; version?: string; packageSpec?: string; }>; //# sourceMappingURL=package-info.d.ts.map