import { types } from "../../../ledger-sdk/src"; export declare enum BridgePrepareAction { Prepare = "prepare" } export type Command = { handle: types.LedgerHandle; action: BridgePrepareAction | types.BridgeCommandAction; intent: types.LedgerHandle; };