import type { ScanAccountEvent, ScanAccountEventRaw } from "@ledgerhq/types-live";
export { getCurrencyBridge, getAccountBridge } from "./impl";
export declare function fromScanAccountEventRaw(raw: ScanAccountEventRaw): Promise<ScanAccountEvent>;
export declare function toScanAccountEventRaw(e: ScanAccountEvent): ScanAccountEventRaw;
//# sourceMappingURL=index.d.ts.map