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