import type { GetAccountShape, IterateResultBuilder } from "@ledgerhq/ledger-wallet-framework/bridge/jsHelpers";
import type { Account } from "@ledgerhq/types-live";
import type { HederaAccount } from "../types";
export declare const getAccountShape: GetAccountShape<HederaAccount>;
export declare const buildIterateResult: IterateResultBuilder;
export declare const postSync: (_initial: Account, synced: Account) => Account;
//# sourceMappingURL=synchronisation.d.ts.map