export declare class GraphQLClient { private endpoint; private headers; constructor(endpoint: string, headers?: Record); request>(query: string, variables?: TVariables): Promise; } //# sourceMappingURL=client.d.ts.map