import type { PackageFileContent } from '../../types';
import type { Registry } from '../types';
export declare function extractMsbuildGlobalManifest(content: string, packageFile: string, registries: Registry[] | undefined): PackageFileContent | null;
