/** `ztrack sync github [--repo o/n] [--pull | --push] [--policy merge|hub-wins|twin-wins] * [--json]`. Returns true once handled. */ export declare function handleSyncCommand(args: string[]): Promise;