export declare function getPinnedVersion(opts: { saveExact?: boolean; savePrefix?: string; }): 'major' | 'minor' | 'patch';