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