import type { FastifyInstance } from "fastify"; import type { AppServerConfig } from "../types.js"; export declare function registerContextRoutes(fastify: FastifyInstance, config: AppServerConfig): void; //# sourceMappingURL=context.d.ts.map