import { type GraphQLResolveInfo } from 'graphql';
export declare function handleResponseText(responseText: string, urlString: string, info: GraphQLResolveInfo): any;
