import { GetAccountShape } from "@ledgerhq/coin-framework/bridge/jsHelpers"; import { TonAccount } from "./types"; export declare const getAccountShape: GetAccountShape; export declare const sync: (initialAccount: TonAccount, syncConfig: import("@ledgerhq/types-live").SyncConfig) => import("rxjs").Observable<(arg0: TonAccount) => TonAccount>; //# sourceMappingURL=synchronisation.d.ts.map