import { Hono } from 'hono'; import type { BridgeAuthService } from '../services/setup-agents-auth.js'; export declare function setupAgentsAuthRoute(cwd: string, auth: BridgeAuthService): Hono;