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