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