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