import type { PnpmOpinions } from '@beesbuild/utils'; import type { VersionOptions } from '../types'; /** * 同步 npm 包版本 * @param options {} */ export declare const sync: (options: VersionOptions & Partial) => Promise;