import { CosmosAccount, CosmosOperation, Transaction, TransactionStatus } from "@ledgerhq/coin-cosmos/types/index"; import { Bridge } from "@ledgerhq/types-live"; import { Resolver } from "../../hw/getAddress/types"; declare const bridge: Bridge; declare const resolver: Resolver; declare const cliTools: { options: ({ name: string; type: StringConstructor; desc: string; multiple?: never; } | { name: string; type: StringConstructor; multiple: boolean; desc: string; })[]; inferTransactions: (transactions: Array<{ account: import("@ledgerhq/types-live").AccountLike; transaction: Transaction; }>, opts: Record, { inferAmount }: any) => Transaction[]; commands: { cosmosValidators: { args: { name: string; desc: string; type: StringConstructor; }[]; job: ({ format, }: Partial<{ format: string; }>) => import("rxjs").Observable; }; }; }; export { bridge, cliTools, resolver }; //# sourceMappingURL=setup.d.ts.map