import { PackageFile } from '../common'; export declare function extractPackageFile(content: string, fileName: string): Promise;