import { AccountShapeInfo, GetAccountShape } from "@ledgerhq/ledger-wallet-framework/bridge/jsHelpers"; import { SignerContext } from "@ledgerhq/ledger-wallet-framework/signer"; import type { TokenAccount } from "@ledgerhq/types-live"; import { APITransaction } from "./api/api-types"; import { CardanoSigner } from "./signer"; import { CardanoAccount, CardanoOperation, PaymentCredential, ProtocolParams, StakeCredential } from "./types"; export declare const makeGetAccountShape: (signerContext: SignerContext) => GetAccountShape; export declare function mapTxToAccountOperation(tx: APITransaction, accountId: string, accountCredentialsMap: Record, stakeCredential: StakeCredential, subAccounts: Array, accountShapeInfo: AccountShapeInfo, protocolParams: ProtocolParams): CardanoOperation; //# sourceMappingURL=synchronisation.d.ts.map