import { type JSXNode } from 'hono/jsx'; import { type FrameIntentData } from '../types.js'; export declare function getIntentData(intents: readonly JSXNode[] | null): FrameIntentData[]; //# sourceMappingURL=getIntentData.d.ts.map