import type { IFileSystem } from '@file-services/types'; /** * Gets package name. * * @param pathToPackageJson a package.json absolute path * @param fs file system */ export declare function getPackageName(pathToPackageJson: string, fs: IFileSystem): string | undefined; //# sourceMappingURL=get-package-name.d.ts.map