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