/** Get the package name from absolute path, if the file belongs to a package. */ export declare function getPackageNameFromPath(path: string): string | undefined; //# sourceMappingURL=package.d.ts.map