import type { FastifyInstance } from 'fastify'; import type { ContextStore } from '../services/context-store.js'; export declare function registerContextRoutes(app: FastifyInstance, contextStore: ContextStore): void; //# sourceMappingURL=context.d.ts.map