import type { DeviceAction, State } from "@ledgerhq/ledger-wallet-framework/bot/types"; import type { Transaction } from "./types"; import { BotScenario } from "./utils"; export declare const generateDeviceActionFlow: (scenario: BotScenario) => DeviceAction>; //# sourceMappingURL=speculos-deviceActions.d.ts.map