import { AppDepsScanResultWithoutTarget, ApplicationFileInfo, FilePathToContent } from "./types";
export declare function getAppFilesRootDir(filePaths: string[]): [string, ApplicationFileInfo[]];
export declare function getApplicationFiles(filePathToContent: FilePathToContent, language: string, identityType: string): AppDepsScanResultWithoutTarget[];
