import { Router } from 'express';
/**
 * Create worktree management routes
 */
export declare function createWorktreeRoutes(): Router;
