import { GoPackageManagerType } from 'snyk-go-parser';
export declare function pkgManagerByTarget(targetFile: string): GoPackageManagerType;
