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