import { ILocalDependency } from "../DependencyTypes"; export declare function goModParser(fileContent: string, filePath: string): Promise; export declare function goSumParser(fileContent: string, filePath: string): Promise;