import type { Mastra } from '@mastra/core/mastra'; import type { HonoBindings, HonoVariables } from '../_types/@mastra_hono/dist/index.d.ts'; import { Hono } from 'hono'; import type { ServerBundleOptions } from './types.js'; type Bindings = HonoBindings; type Variables = HonoVariables & { clients: Set<{ controller: ReadableStreamDefaultController; }>; }; export declare function getToolExports(tools: Record[]): Record | undefined; export declare function createHonoServer(mastra: Mastra, options?: ServerBundleOptions): Promise>; export declare function createNodeServer(mastra: Mastra, options?: ServerBundleOptions): Promise; export {}; //# sourceMappingURL=index.d.ts.map