import { GoPackageConfig } from 'snyk-go-parser';
export declare function parseConfig(root: string, targetFile: string): Promise<GoPackageConfig>;
