import type { Account } from "@ledgerhq/types-live"; declare function postSyncAccount(account: Account): Account; declare function postScanAccount(account: Account): Account; declare const _default: { postSyncAccount: typeof postSyncAccount; postScanAccount: typeof postScanAccount; }; export default _default; //# sourceMappingURL=mock.d.ts.map