import type { FastifyInstance } from "fastify"; import type { AuthService } from "../modules/auth/service.js"; import { type WorkspaceService } from "../modules/workspace/index.js"; export declare function registerWorkspaceRoutes(app: FastifyInstance, auth: AuthService, workspaces: WorkspaceService): void; //# sourceMappingURL=workspace.d.ts.map