import type { Env, MiddlewareHandler } from "hono"; import type { EmbeddedOptions } from "./types.js"; /** * The version of assets to use for the playground ui. * This should correspond to the package.json version of the `@fiberplane/hono` package. */ export declare const ASSETS_VERSION = "0.5.5"; export declare const createFiberplane: (options: EmbeddedOptions) => MiddlewareHandler;