import type { SemVer } from "semver";
export declare function looseCoerce(version: string): SemVer;
