import { SingleEthereum as Client } from "./client"; export * from "./constants"; export * from "./types"; export declare const SingleEthereum: typeof Client; export default Client; //# sourceMappingURL=index.d.ts.map