import { CurrencyBridge } from "@ledgerhq/types-live";
import type { AlpacaSigner } from "./signer/types";
export declare function getAlpacaCurrencyBridge(network: string, kind: string, customSigner?: AlpacaSigner): CurrencyBridge;
//# sourceMappingURL=currencyBridge.d.ts.map