import { AppDepsScanResultWithoutTarget, FilePathToContent } from "../types";
/**
 * Creates a dep graph for every requirements.txt file that was found
 */
export declare function pipFilesToScannedProjects(filePathToContent: FilePathToContent): Promise<AppDepsScanResultWithoutTarget[]>;
