import { Span } from '@opentelemetry/api';
import { FastifyReply } from '../types';
import { spanRequestSymbol } from './constants';
export type PluginFastifyReply = FastifyReply & {
    [spanRequestSymbol]?: Span[];
};
//# sourceMappingURL=internal-types.d.ts.map
