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