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