import type { DragNDropSuccess } from "./actions/dragNDropSuccess"; import type { Initialize } from "./actions/initialize"; import type { NavigateToPageByRouter } from "./actions/navigateToPageByRouter"; import type { SetTabIcon } from "./actions/setTabIcon"; import type { SetTabTitle } from "./actions/setTabTitle"; import type { SetVersion } from "./actions/setVersion"; export declare type APP2VIBE_Action = Initialize | SetTabIcon | DragNDropSuccess | SetVersion | NavigateToPageByRouter | SetTabTitle; export declare function registerHandleFunctions(): void; export declare type AppResponse = { responses: Array; txId: string; };