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