import { ILocalDependency } from '../../DependencyTypes'; declare const pyProjectToml: (fileContent: string, filePath: string) => Promise; export default pyProjectToml;