import { InjectionToken } from '../../../fslinker'; import type { GraphQLClient } from 'graphql-request'; import type { gql } from 'graphql-tag'; export declare const GRAPH_QL_REQUEST: InjectionToken; export declare const GQL: InjectionToken;