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