import { IntrospectionOutputTypeRef, IntrospectionType } from 'graphql';
export default function (type: IntrospectionType, generateDefaultFragments: any, graphqlTypeName: any): string;
export declare function isKindAllowed(type: IntrospectionOutputTypeRef): any;
