import type { GraphQLResolveInfo } from 'graphql';
export declare function getJsonApiFieldsQuery(info: GraphQLResolveInfo): string;
