import { Router } from 'express';
/**
 * Create Git-related routes
 */
export declare function createGitRoutes(): Router;
