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