/** * Sync-Check Command * * Check if current branch is behind remote main branch without auto-merging. */ import type { Command } from 'commander'; export declare function syncCheckCommand(program: Command): void; /** * Show verbose help with detailed documentation */ export declare function showSyncCheckVerboseHelp(): void; //# sourceMappingURL=sync-check.d.ts.map