import { PythonRequirement } from "./types";
export declare function getRequirements(fileContent: string): PythonRequirement[];
