import { GraphQLClient } from 'graphql-request'; import { Chain } from 'viem'; export declare function createEasGraphQLClient(chain: Chain): GraphQLClient; //# sourceMappingURL=createEasGraphQLClient.d.ts.map