/// import { GraphQLField } from 'graphql/type/definition'; import { GraphQLType } from 'graphql/type/definition'; export declare const isPrimitive: (primitivesMap: any, type: string) => any; export declare const shouldSkip: (typeName: string) => boolean; export declare const isRequired: (type: GraphQLType) => boolean; export declare const isArray: (type: GraphQLType) => boolean; export declare const getTypeName: (primitivesMap: any, type: GraphQLType) => any; export declare function getFieldDef(parentType: any, fieldAST: any): GraphQLField;