import type { GraphQLField } from 'graphql';
export declare function processResolveRootFieldAnnotations(field: GraphQLField<any, any>, propertyName: string): void;
