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