import type { Attributes } from "@opentelemetry/api";
import { type FpResolvedConfig } from "../../config/index.js";
import type { GlobalResponse, HonoResponse } from "../../types/hono-types.js";
export declare function getResponseAttributes(response: GlobalResponse | HonoResponse, config?: FpResolvedConfig): Promise<Attributes>;
