import type { PackageFileContent } from '../types';
export declare const pythonRuntimeRegex: RegExp;
export declare function extractPackageFile(content: string): PackageFileContent | null;
