import { Result } from '../auth/result.type'; import { AuthInformationState } from '../auth/useAuthInformation'; export declare function fetchWithGraphql(options: { query: string; variables?: Record; auth: AuthInformationState | null; noCache?: boolean; isNewGQL?: boolean; }): Promise>;