// this file is a wrapper for supporting types in both commonjs and esm projects import Client, { type NetworkId } from './mina-signer.ts'; export default Client; export { Client, type NetworkId };