import { Transaction } from "@ledgerhq/coin-mina/types";
import type { Bridge } from "@ledgerhq/types-live";
import type { Resolver } from "../../hw/getAddress/types";
declare const bridge: Bridge<Transaction>;
declare const resolver: Resolver;
declare const cliTools: {
    options: {
        name: string;
        type: StringConstructor;
        desc: string;
    }[];
    inferAccounts: (account: import("@ledgerhq/types-live").Account) => import("@ledgerhq/types-live").AccountLikeArray;
    inferTransactions: (transactions: Array<{
        account: import("@ledgerhq/types-live").AccountLike;
        transaction: Transaction;
    }>, opts: Record<string, string>) => Transaction[];
};
export { bridge, cliTools, resolver };
//# sourceMappingURL=setup.d.ts.map