/// <reference types="node" />
/**
 * Convert a full version string (possibly with commit information, etc.) into
 * a canonical short-form semver version (x.y.z)
 */
export declare const normalizeSolcVersion: (input: string | Buffer) => string;
