import type { GraphQLLeafType } from 'graphql';
export declare function processTypeScriptAnnotations(type: GraphQLLeafType, typeDefinition: string): void;
