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