import { AppDepsScanResultWithoutTarget, FilePathToElfContent } from "../analyzer/applications/types"; import { ExtractAction } from "../extractor/types"; export declare const DEP_GRAPH_TYPE = "gomodules"; export declare const getGoModulesContentAction: ExtractAction; /** * Build depGraphs for each Go executable * @param filePathToContent */ export declare function goModulesToScannedProjects(filePathToContent: FilePathToElfContent): Promise;