import { type FrameData, type FrameIntentData } from '../types.js'; type IntentState = { buttonValue: string | undefined; inputText: string | undefined; redirect: boolean; reset: boolean; }; export declare function getIntentState(frameData: FrameData | undefined, intentData: readonly FrameIntentData[] | null): IntentState; export {}; //# sourceMappingURL=getIntentState.d.ts.map