export declare const createGQLClient: (data: { url: string; headers?: HeadersInit; customFetch?: typeof fetch; }) => import("@urql/core").Client;