import { GraphQLClient } from 'graphql-request'; type GraphQLClientConstructorParams = ConstructorParameters; export interface GraphQLRequestModuleConfig { endpoint: GraphQLClientConstructorParams[0]; options?: GraphQLClientConstructorParams[1]; } export {}; //# sourceMappingURL=graphql-request-types.d.ts.map