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