import { FastifyRequest, FastifyReply } from 'fastify';
export declare const requestLogger: (request: FastifyRequest, reply: FastifyReply) => Promise<void>;
//# sourceMappingURL=request-logger.d.ts.map