import type { FastifyInstance } from 'fastify'; export declare function registerMessageRoutes(app: FastifyInstance, apiKey: string, allowedKeys: Record): void; //# sourceMappingURL=messages.d.ts.map