/** * CLI command: git * Git integration for repository operations */ export declare function execute(args: string[], options: Record): Promise;