import type { PackageFileContent } from '../types';
export declare function extractPackageFile(fileContent: string): PackageFileContent | null;
