/** * HTTP routes for sync operations. */ import type { FastifyInstance } from 'fastify'; import type { CoordinatorService } from '../service/coordinator-service.js'; /** * Register sync HTTP routes. */ export declare function registerRoutes(app: FastifyInstance, service: CoordinatorService, basePath: string): void; //# sourceMappingURL=routes.d.ts.map