import type { PackageFileContent } from '../types';
export declare function extractPackageFile(content: string, packageFile: string): Promise<PackageFileContent | null>;
