import { Account } from "@ledgerhq/types-live";
import { GetAddressOptions, Result } from "@ledgerhq/ledger-wallet-framework/derivation";
export { type AccountShapeInfo, type GetAccountShape, type IterateResultBuilder, makeSync, mergeNfts, mergeOps, sameOp, } from "@ledgerhq/ledger-wallet-framework/bridge/jsHelpers";
export declare function getAddr(deviceId: string, opts: GetAddressOptions): Promise<Result>;
export declare function makeAccountBridgeReceive({ injectGetAddressParams, }?: {
    injectGetAddressParams?: (account: Account) => any;
}): (account: Account, { verify, deviceId, path, }: {
    verify?: boolean;
    deviceId: string;
    subAccountId?: string;
    path?: string;
}) => import("rxjs").Observable<Result>;
//# sourceMappingURL=jsHelpers.d.ts.map