export = FastifyOtelInstrumentation; declare class FastifyOtelInstrumentation extends InstrumentationBase { constructor(config: any); _requestHook: null; _lifecycleHook: null; _handleInitialization: ((message: any) => void) | undefined; init(): never[]; plugin(): (instance: any, opts: any, done: any) => void; [kIgnorePaths]: any; [kRecordExceptions]: boolean; } declare namespace FastifyOtelInstrumentation { export { FastifyOtelInstrumentation }; } import { InstrumentationBase } from "@opentelemetry/instrumentation"; declare const kIgnorePaths: unique symbol; declare const kRecordExceptions: unique symbol; //# sourceMappingURL=index.d.ts.map