import { pino } from 'pino'; import type { InterceptorFunction } from './types.js'; export declare function errorInterceptor(logger: pino.Logger): InterceptorFunction; export declare function validationInterceptor(logger: pino.Logger): InterceptorFunction; //# sourceMappingURL=error.interceptor.d.ts.map