import { type Env, Hono } from "hono"; import type { FiberplaneAppType, SanitizedEmbeddedOptions } from "../types.js"; export default function createPlayground(sanitizedOptions: SanitizedEmbeddedOptions): Hono, import("hono/types").BlankSchema, "/">;