/** * Gets the name of the workspace or git repository from the root package.json. * @returns The name of the workspace or repository. If the name is not found, undefined is returned. */ export declare function getRepositoryName(appPath: string): Promise; //# sourceMappingURL=getRepositoryName.d.ts.map