import { AppDepsScanResultWithoutTarget, FilePathToContent } from "./types";
export declare function phpFilesToScannedProjects(filePathToContent: FilePathToContent): Promise<AppDepsScanResultWithoutTarget[]>;
