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"; export declare function registerDocumentRoutes(app: FastifyInstance, auth: AuthService, executor: DrizzleExecutor, pubsub: PubSub): void; //# sourceMappingURL=documents.d.ts.map