import { type FpConfigOptions } from "./config/index.js";
import type { HonoLikeApp } from "./types/index.js";
export declare function instrument(app: HonoLikeApp, userConfig?: FpConfigOptions): HonoLikeApp;
