import type { FastifyLoggerInstance } from 'fastify';
import type { Logger } from 'roarr';
declare type Configuration = {
    readonly requestIdLogLabel: string;
};
export declare const createFastifyLogger: (Roarr: Logger, configuration?: Configuration) => FastifyLoggerInstance;
export {};
