/** Convert eg "1" to "1.0.0" which the semver lib does not understand */
export declare function clean(v: string): string;
