declare const parseGQLString: (query: string, parsedFragments?: {}) => RecursiveObject;
export { parseGQLString };
