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