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