/** * Session API routes: list, preview, kill, archive tmux sessions. * Simplified version without spawn, worktree, push, or PR features. */ import { Router } from 'express'; export declare function createSessionRoutes(): Router; //# sourceMappingURL=sessions.d.ts.map