import type { HttpClient } from "../lib/http.js"; import type { EvmBindSigner, WalletBindResponse } from "./types.js"; export declare function bindEvmWallet(http: HttpClient, chainId: number, signer: EvmBindSigner): Promise; //# sourceMappingURL=bind.d.ts.map