import type { Account, AccountBridge, SyncConfig, DatasetTest, TransactionCommon, TransactionStatusCommon } from "@ledgerhq/types-live"; export declare function syncAccount(bridge: AccountBridge, account: A, syncConfig?: SyncConfig): Promise; export declare function testBridge(data: DatasetTest): void; //# sourceMappingURL=bridge.d.ts.map