import { type DrizzleExecutor } from "../modules/drizzle.js"; import type { FastifyInstance } from "fastify"; import type { AuthService } from "../modules/auth/service.js"; import type { AgentService } from "../modules/agents/index.js"; import { type PubSub } from "../modules/realtime/index.js"; export declare function registerCollaborationRoutes(app: FastifyInstance, auth: AuthService, executor: DrizzleExecutor, pubsub: PubSub, agents?: AgentService): void; //# sourceMappingURL=collaboration.d.ts.map