import type { RequestMiddleware, ResponseMiddleware } from 'graphql-request'; import { GraphQLClient } from 'graphql-request'; import type { ClientWithPns } from '../../contracts/consts.js'; export declare const requestMiddleware: RequestMiddleware; export declare const responseMiddleware: ResponseMiddleware; export declare const createSubgraphClient: ({ client }: { client: ClientWithPns; }) => GraphQLClient; //# sourceMappingURL=client.d.ts.map