import { type AsyncFunction, type HttpClientOptions } from '../types'; export declare function GraphQLExchange(query: string, url?: string, options?: HttpClientOptions):
(target: Record
, propertyKey: P) => void;