export declare function fetchGraphql(endpont: string, params: { headers?: any; query: string; variables?: any; signal?: AbortSignal; }): Promise;