import type { BeachballOptions } from '../types/BeachballOptions'; import type { BasicCommandContext } from '../types/CommandContext'; export type SyncCommandContext = Pick; /** * Sync with the latest versions on the registry. */ export declare function sync(options: BeachballOptions, context: SyncCommandContext): Promise; /** @deprecated Use other signature */ export declare function sync(options: BeachballOptions): Promise; //# sourceMappingURL=sync.d.ts.map