import { GoPackageConfig } from '../types';
export declare function parseGoPkgConfig(manifestFileContents: string, lockFileContents: string): Promise<GoPackageConfig>;
