/**
 * 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<string | null>;
//# sourceMappingURL=package-info.d.ts.map